Skip to content

Commit 98ec8fc

Browse files
authored
Update xarray/core/dataset.py
1 parent 7a6a16f commit 98ec8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10384,7 +10384,7 @@ def cumulative(
1038410384
min_periods: int | None = 1,
1038510385
) -> DatasetRolling:
1038610386
"""
10387-
Rolling window object for Datasets
10387+
Accumulating object for Datasets
1038810388
1038910389
Parameters
1039010390
----------

0 commit comments

Comments
 (0)