From bb1cdbe02219099a416e63791a7dee834f21737b Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 23 Aug 2021 12:10:38 -0500
Subject: [PATCH] snapshot...

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

diff --git a/modules/util/util.py b/modules/util/util.py
index 6092c3b1..a5fce499 100644
--- a/modules/util/util.py
+++ b/modules/util/util.py
@@ -262,7 +262,7 @@ def get_grid_values_all(h5f, grid_name, scale_factor_name='scale_factor', add_of
 # dt_str_1: stop datetime string, if not None num_steps is computed
 # num_steps with increment of days, hours, minutes or seconds
 # dt_str_1 and num_steps cannot both be None
-# return num_steps+1 lists of datetime strings and timestamps for the times eries
+# return num_steps+1 lists of datetime strings and timestamps (edges of a numpy histogram)
 def make_times(dt_str_0, dt_str_1=None, num_steps=None, days=None, hours=None, minutes=None, seconds=None):
     if days is not None:
         inc = 86400*days
-- 
GitLab