diff --git a/xcdat/temporal.py b/xcdat/temporal.py index d9846eb2..4e608729 100644 --- a/xcdat/temporal.py +++ b/xcdat/temporal.py @@ -952,7 +952,7 @@ def _set_arg_attrs( min_weight : float | None, optional Fraction of data coverage (i..e, weight) needed to return a spatial average value. Value must range from 0 to 1, by default None - ((equivalent to ``min_weight=0.0``). + (equivalent to ``min_weight=0.0``). Raises ------