Skip to content

Commit 27e77c7

Browse files
authored
Merge branch 'main' into fix-6220-use-fast-path-when-grouping-unique-monotonic-variable
2 parents 3856b24 + f46cd70 commit 27e77c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6485,7 +6485,7 @@ def coarsen(
64856485
64866486
Examples
64876487
--------
6488-
Coarsen the long time series by averaging over every four days.
6488+
Coarsen the long time series by averaging over every three days.
64896489
64906490
>>> da = xr.DataArray(
64916491
... np.linspace(0, 364, num=364),

0 commit comments

Comments
 (0)