Skip to content

Commit 75c6a86

Browse files
committed
fix docstring based on doc/make.py
1 parent 09a04db commit 75c6a86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/plotting/_core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,10 @@ def boxplot(
542542
543543
* 'axes' returns the matplotlib axes the boxplot is drawn on.
544544
* 'dict' returns a dictionary whose values are the matplotlib
545-
Lines of the boxplot.
545+
lines of the boxplot.
546546
* 'both' returns a namedtuple with the axes and dict.
547547
* when grouping with ``by``, a Series mapping columns to
548-
``return_type`` is returned.
548+
``return_type`` is returned.
549549
550550
If ``return_type`` is `None`, a NumPy array
551551
of axes with the same shape as ``layout`` is returned.
@@ -728,10 +728,10 @@ def boxplot_frame(
728728
729729
* 'axes' returns the matplotlib axes the boxplot is drawn on.
730730
* 'dict' returns a dictionary whose values are the matplotlib
731-
Lines of the boxplot.
731+
lines of the boxplot.
732732
* 'both' returns a namedtuple with the axes and dict.
733733
* when grouping with ``by``, a Series mapping columns to
734-
``return_type`` is returned.
734+
``return_type`` is returned.
735735
736736
If ``return_type`` is `None`, a NumPy array
737737
of axes with the same shape as ``layout`` is returned.

0 commit comments

Comments
 (0)