From 6facfda2ee2d984d6c57490b283b051102234637 Mon Sep 17 00:00:00 2001 From: Bart de Koning <74617371+SouthEndMusic@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:03:18 +0200 Subject: [PATCH] fix typo (#1401) --- docs/python/examples.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/examples.ipynb b/docs/python/examples.ipynb index 5e1eb45ce..cffa85d05 100644 --- a/docs/python/examples.ipynb +++ b/docs/python/examples.ipynb @@ -734,7 +734,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We see that in Januari the level of the basin is too high and thus water is pumped out until the maximum level of the desired range is reached. Then until May water flows out of the basin freely through the tabulated rating curve until the minimum level is reached. From \n", + "We see that in January the level of the basin is too high and thus water is pumped out until the maximum level of the desired range is reached. Then until May water flows out of the basin freely through the tabulated rating curve until the minimum level is reached. From \n", "this point until the start of July water is pumped into the basin in short bursts to stay within the desired range. At the start of July rain starts falling on the basin, which causes the basin level to rise until the maximum level. From this point onward water is pumped out of the basin in short bursts to stay within the desired range." ] },