File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments