Skip to content

Commit 52f13d4

Browse files
authored
Add .rolling_exp onto .rolling's 'See also' (#9534)
Also remove the internal object, which is referenced from `Returns:` already
1 parent d26144d commit 52f13d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xarray/core/dataset.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10621,7 +10621,7 @@ def rolling(
1062110621
--------
1062210622
Dataset.cumulative
1062310623
DataArray.rolling
10624-
core.rolling.DatasetRolling
10624+
DataArray.rolling_exp
1062510625
"""
1062610626
from xarray.core.rolling import DatasetRolling
1062710627

@@ -10651,9 +10651,9 @@ def cumulative(
1065110651
1065210652
See Also
1065310653
--------
10654-
Dataset.rolling
1065510654
DataArray.cumulative
10656-
core.rolling.DatasetRolling
10655+
Dataset.rolling
10656+
Dataset.rolling_exp
1065710657
"""
1065810658
from xarray.core.rolling import DatasetRolling
1065910659

0 commit comments

Comments
 (0)