We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab634f commit 57da5c4Copy full SHA for 57da5c4
pandas/core/window/doc.py
@@ -24,10 +24,10 @@ def create_section_header(header: str) -> str:
24
25
template_see_also = dedent(
26
"""
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
+ pandas.Series.{window_method} : Calling {window_method} with Series data.
+ pandas.DataFrame.{window_method} : Calling {window_method} with DataFrames.
+ pandas.Series.{agg_method} : Aggregating {agg_method} for Series.
+ pandas.DataFrame.{agg_method} : Aggregating {agg_method} for DataFrame.\n
31
32
).replace("\n", "", 1)
33
0 commit comments