Skip to content

Commit 76b51bb

Browse files
committed
fix the error "pandas.DataFrame.boxplot in See Also section does not need pandas prefix, use DataFrame.boxplot instead."
1 parent 0f4aa57 commit 76b51bb

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
@@ -611,7 +611,7 @@ def boxplot_frame_groupby(
611611
612612
See Also
613613
--------
614-
pandas.DataFrame.boxplot : Create a box plot from a DataFrame.
614+
DataFrame.boxplot : Create a box plot from a DataFrame.
615615
Series.plot : Plot a Series.
616616
617617
Examples

0 commit comments

Comments
 (0)