From 169c0fa8e54b1b5d4bb93358e1d3b7ebc44c9081 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 2 Jul 2024 14:37:34 -0500
Subject: [PATCH] snapshot...

---
 modules/aeolus/datasource.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py
index 17b28e05..17b82d79 100644
--- a/modules/aeolus/datasource.py
+++ b/modules/aeolus/datasource.py
@@ -153,8 +153,8 @@ class Files:
         :param timestamp:
         :param t_lo_minutes: can be negative or positive
         :param t_hi_minutes: can be negative or positive, but must be greater than t_lo_minutes.
-        :return: the file whose time label is within the absolute range (timestamp + t_lo_minutes, timestamp + t_hi_minutes)
-        if more than one, return the first occurrence.
+        :return: the file whose time label is within the range (timestamp + t_lo_minutes, timestamp + t_hi_minutes).
+        If more than one, return the first occurrence.
         """
 
         if t_hi_minutes <= t_lo_minutes:
-- 
GitLab