Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkkins authored and dnerini committed Aug 17, 2018
1 parent 5e004a0 commit 4daa269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysteps/io/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def find_by_date(date, root_path, path_fmt, fn_pattern, fn_ext, timestep,
If num_prev_files=0 and num_next_files=0, return a pair containing the
found file name and the corresponding timestamp as a datetime.datetime
object. Otherwise, return a tuple of two lists, the first one for the
file names and the second one for the correspondign timestemps. The lists
file names and the second one for the corresponding timestemps. The lists
are sorted in ascending order with respect to timestamp.
"""
Expand Down

0 comments on commit 4daa269

Please sign in to comment.