From 40665489d7415d9b619fb641aa8e9ff0ba4e1591 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 9 Nov 2022 11:54:49 -0700 Subject: [PATCH] Update METAR_Station_Plot_with_MetPy.ipynb Small change to comment about 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 033b389..3794b79 100644 --- a/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb +++ b/examples/notebooks/METAR_Station_Plot_with_MetPy.ipynb @@ -84,7 +84,7 @@ "source": [ "## 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)." ] }, {