From cfab09971233cc10595c615d101b8b0942c36587 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Mon, 30 Oct 2023 17:10:17 -0600 Subject: [PATCH] Fix spelling mistake with "calculate" --- .../notebooks/Precip_Accumulation_Region_of_Interest.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb b/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb index 3f940b8..f6d1d8e 100644 --- a/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb +++ b/examples/notebooks/Precip_Accumulation_Region_of_Interest.ipynb @@ -40,7 +40,7 @@ }, "source": [ "

Table of Contents

\n", - "
" + "
" ] }, { @@ -175,7 +175,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Function: calcualte_accumulated_precip()\n", + "## Function: calculate_accumulated_precip()\n", "\n", "Since we'll want to calculate the accumulated precipitation of our data more than once, it makes sense to create a function that we can call instead of duplicating the logic.\n", "\n",