From 8d8f708b44f6dc92ff0d6c4552a9863bb325e58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20F=C3=B6rstner?= Date: Sun, 18 Jan 2015 22:56:10 +0100 Subject: [PATCH] Fix name of variable in doc string --- lib/matplotlib/axes/_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index e573f6fac5da..940ebddf8700 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -2928,7 +2928,7 @@ def boxplot(self, x, notch=False, sym=None, vert=True, whis=1.5, The default symbol for flier points. Enter an empty string ('') if you don't want to show fliers. If `None`, then the fliers default to 'b+' If you want more - control use the fliersprop kwarg. + control use the flierprops kwarg. vert : bool, default = True If True (default), makes the boxes vertical.