Skip to content

Commit

Permalink
Fix docstring for dry_days (#1640)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Fixes a typo in dry_days docstring

### Does this PR introduce a breaking change?

No.
  • Loading branch information
Zeitsperre committed Feb 7, 2024
2 parents 85cafb1 + d44e390 commit 57847f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/indices/_threshold.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def dry_days(
pr : xarray.DataArray
Daily precipitation.
thresh : Quantified
Threshold temperature on which to base evaluation.
Threshold precipitation on which to base evaluation.
freq : str
Resampling frequency.
op : {"<", "<=", "lt", "le"}
Expand Down

0 comments on commit 57847f6

Please sign in to comment.