diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py
index 17b28e0537c4dcf328bcd7b4dc4f2e3b79721621..17b82d79418f401ebf2da6cd36d48383dcfff32b 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: