From 8572a4c4a2987dda17fb7073eea32a0494cfdda7 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:20:37 -0500 Subject: [PATCH] fix docstring for dry_days --- xclim/indices/_threshold.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xclim/indices/_threshold.py b/xclim/indices/_threshold.py index 7e1e57104..91fedebf6 100644 --- a/xclim/indices/_threshold.py +++ b/xclim/indices/_threshold.py @@ -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"}