Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bev-a-tron committed Jul 9, 2012
1 parent 4f75af3 commit f99dd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/pyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
- *fig* is the :class:`matplotlib.figure.Figure` object
- *ax* can be either a single axis object or an array of axis
objects if more than one supblot was created. The dimensions
objects if more than one subplot was created. The dimensions
of the resulting array can be controlled with the squeeze
keyword, see above.
Expand Down

0 comments on commit f99dd0c

Please sign in to comment.