Skip to content

Commit 4daa269

Browse files
pulkkinsdnerini
authored andcommitted
Fix a typo
1 parent 5e004a0 commit 4daa269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysteps/io/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def find_by_date(date, root_path, path_fmt, fn_pattern, fn_ext, timestep,
3535
If num_prev_files=0 and num_next_files=0, return a pair containing the
3636
found file name and the corresponding timestamp as a datetime.datetime
3737
object. Otherwise, return a tuple of two lists, the first one for the
38-
file names and the second one for the correspondign timestemps. The lists
38+
file names and the second one for the corresponding timestemps. The lists
3939
are sorted in ascending order with respect to timestamp.
4040
4141
"""

0 commit comments

Comments
 (0)