Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f99dd0c

Browse files
committed
typo fixed
1 parent 4f75af3 commit f99dd0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
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)