Skip to content

Commit 0f4aa57

Browse files
committed
fix the error "pandas.Series.plot in See Also section does not need pandas prefix, use Series.plot instead."
1 parent 4f39637 commit 0f4aa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def boxplot_frame_groupby(
612612
See Also
613613
--------
614614
pandas.DataFrame.boxplot : Create a box plot from a DataFrame.
615-
pandas.Series.plot : Plot a Series.
615+
Series.plot : Plot a Series.
616616
617617
Examples
618618
--------

0 commit comments

Comments
 (0)