Skip to content

Commit 3815815

Browse files
committed
DOC: Fix typo.
1 parent 1372d0f commit 3815815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tools/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ def _subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
13161316
sharex : bool
13171317
If True, the X axis will be shared amongst all subplots.
13181318
1319-
sharex : bool
1319+
sharey : bool
13201320
If True, the Y axis will be shared amongst all subplots.
13211321
13221322
squeeze : bool

0 commit comments

Comments
 (0)