File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ def create_section_header(header: str) -> str:
24
24
25
25
template_see_also = dedent (
26
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
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
31
31
"""
32
32
).replace ("\n " , "" , 1 )
33
33
You can’t perform that action at this time.
0 commit comments