From 987b863b07a6a34504a45b83c6ec190bf487b21f Mon Sep 17 00:00:00 2001 From: Giftlin <31629119+Giftlin@users.noreply.github.com> Date: Wed, 13 Sep 2017 15:23:12 +0530 Subject: [PATCH] DOC: grammatical mistake --- pandas/plotting/_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/plotting/_tools.py b/pandas/plotting/_tools.py index 389e238ccb96e..6deddc97915f1 100644 --- a/pandas/plotting/_tools.py +++ b/pandas/plotting/_tools.py @@ -141,7 +141,7 @@ def _subplots(naxes=None, sharex=False, sharey=False, squeeze=True, array of Axis objects are returned as numpy 1-d arrays. - for NxM subplots with N>1 and M>1 are returned as a 2d array. - If False, no squeezing at all is done: the returned axis object is always + If False, no squeezing is done: the returned axis object is always a 2-d array containing Axis instances, even if it ends up being 1x1. subplot_kw : dict