Skip to content

Commit 5752494

Browse files
authored
DOC: Fix rolling.rank see also section (#50952)
1 parent 1951b51 commit 5752494

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/window/doc.py

Lines changed: 4 additions & 4 deletions
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)