Skip to content

Commit 487352b

Browse files
committed
[WIP] DOC Fixes #8447 Added a comma in the description
1 parent 8eccba1 commit 487352b

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
@@ -1997,7 +1997,7 @@ def plot_series(data, kind='line', ax=None, # Series unique
19971997
_shared_docs['boxplot'] = """
19981998
Make a box plot from DataFrame columns.
19991999
2000-
Make a box-and-whisker plot from DataFrame columns optionally grouped
2000+
Make a box-and-whisker plot from DataFrame columns, optionally grouped
20012001
by some other columns. A box plot is a method for graphically depicting
20022002
groups of numerical data through their quartiles.
20032003
The box extends from the Q1 to Q3 quartile values of the data,

0 commit comments

Comments
 (0)