From ec0378e685dbf4010c39867ef88b84d2886a518e Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Tue, 19 Nov 2019 10:39:06 +0100 Subject: [PATCH] docs: fix typo and small mistakes --- examples/Notebooks/flopy3_mf6_A_simple-model.ipynb | 4 ++-- examples/Notebooks/flopy3_mf6_tutorial.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Notebooks/flopy3_mf6_A_simple-model.ipynb b/examples/Notebooks/flopy3_mf6_A_simple-model.ipynb index a87fd61637..d60bb6ddbf 100644 --- a/examples/Notebooks/flopy3_mf6_A_simple-model.ipynb +++ b/examples/Notebooks/flopy3_mf6_A_simple-model.ipynb @@ -8,7 +8,7 @@ "\n", "## Creating a Simple MODFLOW 6 Model with Flopy\n", "\n", - "The purpose of this notebook is to demonstrate the Flopy capabilities for building a simple MODFLOW 6 model from scratch, running the model, and viewing the results. This notebook will use demonstrate the capabilities using a simple lake example. A separate notebook is also available in which this same lake example is created for MODFLOW-2005 (flopy3_lake_example.ipynb)." + "The purpose of this notebook is to demonstrate the Flopy capabilities for building a simple MODFLOW 6 model from scratch, running the model, and viewing the results. This notebook will demonstrate the capabilities using a simple lake example. A separate notebook is also available in which the same lake example is created for MODFLOW-2005 (flopy3_lake_example.ipynb)." ] }, { @@ -1041,4 +1041,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file diff --git a/examples/Notebooks/flopy3_mf6_tutorial.ipynb b/examples/Notebooks/flopy3_mf6_tutorial.ipynb index ff870482fe..d354127062 100644 --- a/examples/Notebooks/flopy3_mf6_tutorial.ipynb +++ b/examples/Notebooks/flopy3_mf6_tutorial.ipynb @@ -1097,7 +1097,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The entries in the list above are keys for data in the head file \"HDS\" and data in cell by cell flow file \"CBC\". Keys in this list are not gaurenteed to be in any particular order. The code below uses the head file key to retrieve head data and then plots head data using matplotlib." + "The entries in the list above are keys for data in the head file \"HDS\" and data in cell by cell flow file \"CBC\". Keys in this list are not guaranteed to be in any particular order. The code below uses the head file key to retrieve head data and then plots head data using matplotlib." ] }, { @@ -1191,4 +1191,4 @@ }, "nbformat": 4, "nbformat_minor": 1 -} +} \ No newline at end of file