Skip to content

Commit 84a06d1

Browse files
tacaswellQuLogic
andauthored
DOC: add missing word
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 8972645 commit 84a06d1

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

+1-1
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)