From c066759f91c9c3b2e965abe5fd27706d73fa4be1 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 18 Oct 2023 11:32:44 -0500
Subject: [PATCH] snapshot...

---
 modules/icing/pireps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/icing/pireps.py b/modules/icing/pireps.py
index d8e37b31..b4e63f4e 100644
--- a/modules/icing/pireps.py
+++ b/modules/icing/pireps.py
@@ -54,7 +54,7 @@ def time_sort_pirep_dict(the_dict):
 
 
 # Returns icing, no_icing (no icing observed), neg-icing (icing expected, but not observed)
-# from Iowa Mesonet Archived PIREP reports delivered in csv format
+# from Iowa Mesonet Archived PIREP reports obtained in csv format
 def pirep_icing(filename, lon_range=[-180, 180], lat_range=[-63, 63]):
 
     # HEADER: VALID,URGENT,AIRCRAFT,REPORT,LAT,LON
-- 
GitLab