Skip to content

Commit 4f39637

Browse files
committed
fix trailing whitespace
1 parent 576e386 commit 4f39637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/plotting/_core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,10 +605,10 @@ def boxplot_frame_groupby(
605605
Returns
606606
-------
607607
dict or DataFrame.boxplot return value
608-
If ``subplots=True``, returns a dictionary of group keys to the boxplot
609-
return values. If ``subplots=False``, returns the boxplot return value
608+
If ``subplots=True``, returns a dictionary of group keys to the boxplot
609+
return values. If ``subplots=False``, returns the boxplot return value
610610
of a single DataFrame.
611-
611+
612612
See Also
613613
--------
614614
pandas.DataFrame.boxplot : Create a box plot from a DataFrame.

0 commit comments

Comments
 (0)