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:
2424
2525template_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
You can’t perform that action at this time.
0 commit comments