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

Skip to content

Commit 136bf4f

Browse files
tacaswellQuLogic
andauthored
DOC: add missing word
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent d63a18a commit 136bf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/next_whats_new/axes_kwargs_collision.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ functions would detect if you were attempting to create Axes with the
88
same keyword arguments as already-existing axes in the current figure,
99
and if so, they would return the existing Axes. Now, `.pyplot.axes`,
1010
`.figure.Figure.add_axes`, and `.figure.Figure.add_subplot` will
11-
always create new Axes. `.pyplot.subplot` will continue reuse an
11+
always create new Axes. `.pyplot.subplot` will continue to reuse an
1212
existing Axes with a matching subplot spec and equal *kwargs*.
1313

1414
Correspondingly, the behavior of the functions to get the current Axes

0 commit comments

Comments
 (0)