Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d9c2f8

Browse files
committed
Docstring fix
1 parent 07313b9 commit 6d9c2f8

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
@@ -2962,7 +2962,7 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
29622962
29632963
Call signature::
29642964
2965-
boxplot(self, x, notch=False, sym='b+', vert=True, whis=1.5,
2965+
boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
29662966
positions=None, widths=None, patch_artist=False,
29672967
bootstrap=None, usermedians=None, conf_intervals=None,
29682968
meanline=False, showmeans=False, showcaps=True,

0 commit comments

Comments
 (0)