Skip to content

Commit cb2d3d1

Browse files
committed
fix doc build
1 parent 7b39755 commit cb2d3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3995,7 +3995,7 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
39953995
In the case of a single string, the legend entry will technically be
39963996
associated with the first box only. By default, the legend will show the
39973997
median line (``result["medians"]``); if *patch_artist* is True, the legend
3998-
will show the box `Patch` artists (``result["boxes"]``) instead.
3998+
will show the box `.Patch` artists (``result["boxes"]``) instead.
39993999
40004000
data : indexable object, optional
40014001
DATA_PARAMETER_PLACEHOLDER
@@ -4219,7 +4219,7 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
42194219
In the case of a single string, the legend entry will technically be
42204220
associated with the first box only. By default, the legend will show the
42214221
median line (``result["medians"]``); if *patch_artist* is True, the legend
4222-
will show the box `Patch` artists (``result["boxes"]``) instead.
4222+
will show the box `.Patch` artists (``result["boxes"]``) instead.
42234223
42244224
zorder : float, default: ``Line2D.zorder = 2``
42254225
The zorder of the resulting boxplot.

0 commit comments

Comments
 (0)