From dcddca5d2e46a900ebaa7f547a9672edb3ac3545 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Fri, 18 Nov 2022 12:21:53 -0700 Subject: [PATCH] Regional Surface obs notebook - fix misspelling --- examples/notebooks/Regional_Surface_Obs_Plot.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb index 132021f..c58626f 100644 --- a/examples/notebooks/Regional_Surface_Obs_Plot.ipynb +++ b/examples/notebooks/Regional_Surface_Obs_Plot.ipynb @@ -235,7 +235,7 @@ "source": [ "## Function: plot_data()\n", "\n", - "This function makse use of Metpy.StationPlotLayout and Metpy.StationPlot to add all surface observation data to our plot. The logic is very similar for both METAR and Synoptic data, so a `datatype` argument is used to distinguish between which data is being drawn, and then draws the appropriate features.\n", + "This function makes use of Metpy.StationPlotLayout and Metpy.StationPlot to add all surface observation data to our plot. The logic is very similar for both METAR and Synoptic data, so a `datatype` argument is used to distinguish between which data is being drawn, and then draws the appropriate features.\n", "\n", "This function plots:\n", "- Wind barbs\n",