Skip to content

Commit

Permalink
Update catchstats.py
Browse files Browse the repository at this point in the history
Correct typo in the function documentation.
  • Loading branch information
casadoj authored May 2, 2024
1 parent 322fd6c commit 2a37af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lisfloodutilities/catchstats/catchstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read_inputmaps(inputmaps: Union[str, Path]) -> xr.Dataset:
Parameters:
-----------
inputmaps: str or pathlib.Path
directory that contains the input NetCDF files whose statistics will be computed. These files can be static (withouth time dimenion) or dynamic (with time dimension)
directory that contains the input NetCDF files whose statistics will be computed. These files can be static (withouth time dimension) or dynamic (with time dimension)
Returns:
--------
Expand Down Expand Up @@ -269,4 +269,4 @@ def main_script():
sys.exit(main())

if __name__ == "__main__":
main_script()
main_script()

0 comments on commit 2a37af5

Please sign in to comment.