Skip to content

Commit 74faf9d

Browse files
GiftlinNo-Stream
authored andcommitted
DOC: grammatical mistake (pandas-dev#17511)
1 parent 2414864 commit 74faf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _subplots(naxes=None, sharex=False, sharey=False, squeeze=True,
141141
array of Axis objects are returned as numpy 1-d arrays.
142142
- for NxM subplots with N>1 and M>1 are returned as a 2d array.
143143
144-
If False, no squeezing at all is done: the returned axis object is always
144+
If False, no squeezing is done: the returned axis object is always
145145
a 2-d array containing Axis instances, even if it ends up being 1x1.
146146
147147
subplot_kw : dict

0 commit comments

Comments
 (0)