Skip to content

Commit 49b6b84

Browse files
committed
Feedback corrections
1 parent c5bbfc7 commit 49b6b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3035,7 +3035,7 @@ def box(self, by=None, **kwds):
30353035
30363036
This method draws a box and whisker for each series in the DataFrame
30373037
in a single chart. The boxes share the vertical axis, which
3038-
makes makes it easier to compare if they are similar in scale.
3038+
makes it easier to compare if they are similar in scale.
30393039
Box plots are useful because they clearly show the median,
30403040
quartiles and flier points in the data.
30413041

0 commit comments

Comments
 (0)