Skip to content

Commit f99dd0c

Browse files
committed
typo fixed
1 parent 4f75af3 commit f99dd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ def subplots(nrows=1, ncols=1, sharex=False, sharey=False, squeeze=True,
851851
- *fig* is the :class:`matplotlib.figure.Figure` object
852852
853853
- *ax* can be either a single axis object or an array of axis
854-
objects if more than one supblot was created. The dimensions
854+
objects if more than one subplot was created. The dimensions
855855
of the resulting array can be controlled with the squeeze
856856
keyword, see above.
857857

0 commit comments

Comments
 (0)