Skip to content

Commit 8d8f708

Browse files
committed
Fix name of variable in doc string
1 parent cdb6771 commit 8d8f708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2928,7 +2928,7 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
29282928
The default symbol for flier points.
29292929
Enter an empty string ('') if you don't want to show fliers.
29302930
If `None`, then the fliers default to 'b+' If you want more
2931-
control use the fliersprop kwarg.
2931+
control use the flierprops kwarg.
29322932
29332933
vert : bool, default = True
29342934
If True (default), makes the boxes vertical.

0 commit comments

Comments
 (0)