Skip to content

Commit 57da5c4

Browse files
phoflpooja-subramaniam
authored andcommitted
DOC: Fix rolling.rank see also section (pandas-dev#50952)
1 parent 3ab634f commit 57da5c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/window/doc.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ def create_section_header(header: str) -> str:
2424

2525
template_see_also = dedent(
2626
"""
27-
Series.{window_method} : Calling {window_method} with Series data.
28-
DataFrame.{window_method} : Calling {window_method} with DataFrames.
29-
Series.{agg_method} : Aggregating {agg_method} for Series.
30-
DataFrame.{agg_method} : Aggregating {agg_method} for DataFrame.\n
27+
pandas.Series.{window_method} : Calling {window_method} with Series data.
28+
pandas.DataFrame.{window_method} : Calling {window_method} with DataFrames.
29+
pandas.Series.{agg_method} : Aggregating {agg_method} for Series.
30+
pandas.DataFrame.{agg_method} : Aggregating {agg_method} for DataFrame.\n
3131
"""
3232
).replace("\n", "", 1)
3333

0 commit comments

Comments
 (0)