Skip to content

Commit d675e17

Browse files
committed
Merge pull request #4009 from konrad/master
DOC : Fix name of variable in doc string
1 parent 077e21c commit d675e17

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
@@ -2923,7 +2923,7 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5,
29232923
The default symbol for flier points.
29242924
Enter an empty string ('') if you don't want to show fliers.
29252925
If `None`, then the fliers default to 'b+' If you want more
2926-
control use the fliersprop kwarg.
2926+
control use the flierprops kwarg.
29272927
29282928
vert : bool, default = True
29292929
If True (default), makes the boxes vertical.

0 commit comments

Comments
 (0)