Skip to content

Commit 534f209

Browse files
committed
Partial fix for #pandas-dev#28792
1 parent a0c0867 commit 534f209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/window/rolling.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1041,8 +1041,8 @@ def _get_window(
10411041
"""
10421042
See Also
10431043
--------
1044-
pandas.DataFrame.rolling.aggregate
1045-
pandas.DataFrame.aggregate
1044+
pandas.DataFrame.rolling.aggregate: Perform a rolling aggregation over DataFrame.
1045+
pandas.DataFrame.aggregate: Perform an aggregation over DataFrame.
10461046
"""
10471047
)
10481048

@@ -1891,8 +1891,8 @@ def _validate_freq(self):
18911891
"""
18921892
See Also
18931893
--------
1894-
Series.rolling
1895-
DataFrame.rolling
1894+
Series.rolling: Provide rolling window calculations for Series.
1895+
DataFrame.rolling: Provides rolling window calculations for DataFrame.
18961896
"""
18971897
)
18981898

0 commit comments

Comments
 (0)