Skip to content

Commit

Permalink
Add .rolling_exp onto .rolling's 'See also' (#9534)
Browse files Browse the repository at this point in the history
Also remove the internal object, which is referenced from `Returns:` already
  • Loading branch information
max-sixty authored Sep 23, 2024
1 parent d26144d commit 52f13d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -10621,7 +10621,7 @@ def rolling(
--------
Dataset.cumulative
DataArray.rolling
core.rolling.DatasetRolling
DataArray.rolling_exp
"""
from xarray.core.rolling import DatasetRolling

Expand Down Expand Up @@ -10651,9 +10651,9 @@ def cumulative(
See Also
--------
Dataset.rolling
DataArray.cumulative
core.rolling.DatasetRolling
Dataset.rolling
Dataset.rolling_exp
"""
from xarray.core.rolling import DatasetRolling

Expand Down

0 comments on commit 52f13d4

Please sign in to comment.