Skip to content

Commit

Permalink
Update xclim/indices/_hydrology.py
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
  • Loading branch information
LamAdr and Zeitsperre authored Aug 13, 2024
1 parent dad3889 commit fe4f552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/indices/_hydrology.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def standardized_streamflow_index(
if dist in dist_methods.keys():
if method not in dist_methods[dist]:
raise NotImplementedError(
f"{method} method is not implemented for {dist} distribution"
f"{method} method is not implemented for {dist} distribution."
)
else:
raise NotImplementedError(f"{dist} distribution is not yet implemented.")
Expand Down

0 comments on commit fe4f552

Please sign in to comment.