Skip to content

Commit 0e1ff5f

Browse files
authored
Fixed SA04 errors in docstrings (pandas-dev pandas-dev#28792)
1 parent 398f4c5 commit 0e1ff5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/window/expanding.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ def _get_window(self, other=None, **kwargs):
8888
"""
8989
See Also
9090
--------
91-
DataFrame.expanding.aggregate
92-
DataFrame.rolling.aggregate
93-
DataFrame.aggregate
91+
DataFrame.expanding.aggregate : Aggregate using one or more operations over the specified axis in expanding window.
92+
DataFrame.rolling.aggregate : Aggregate using one or more operations over the specified axis in rolling window.
93+
DataFrame.aggregate : Aggregate using one or more operations over the specified axis.
9494
"""
9595
)
9696

0 commit comments

Comments
 (0)