From 32ef97babfd569713e204cb1c8bbb481ddd51748 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 9 Nov 2022 11:55:25 -0700 Subject: [PATCH] Update METAR_Station_Plot_with_MetPy.ipynb small change to the comment for the get_cloud_cover function --- examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb index 56e35bf..48e2291 100644 --- a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb +++ b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb @@ -88,7 +88,7 @@ "source": [ "## 2 Function: get_cloud_cover()\n", "\n", - "Returns the cloud fraction values as integer codes (0 through 8)." + "Returns the cloud coverage values as integer codes (0 through 8)." ] }, {