Skip to content

Commit c231dec

Browse files
authored
Merge pull request #20918 from meeseeksmachine/auto-backport-of-pr-20915-on-v3.5.x
Backport PR #20915 on branch v3.5.x ([Doc] boxplot typo)
2 parents 623605c + aa24f0d commit c231dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3624,7 +3624,7 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
36243624
36253625
patch_artist : bool, default: False
36263626
If `False` produces boxes with the Line2D artist. Otherwise,
3627-
boxes and drawn with Patch artists.
3627+
boxes are drawn with Patch artists.
36283628
36293629
labels : sequence, optional
36303630
Labels for each dataset (one per dataset).

0 commit comments

Comments
 (0)