From b69ddb0e6966587958f6c9e6ec471cd187177d81 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Tue, 27 Aug 2024 15:51:09 -0700 Subject: [PATCH] Apply suggestions from code review --- xcdat/temporal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------