Skip to content

Commit 6ce43e3

Browse files
authored
fix typo
1 parent 5318526 commit 6ce43e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/figure/api_interfaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ referenced by ``plt.gca()``? One simple way is to call ``subplot`` again with
174174
the same arguments. However, that quickly becomes inelegant. You can also
175175
inspect the Figure object and get its list of Axes objects, however, that can be
176176
misleading (colorbars are Axes too!). The best solution is probably to save a
177-
handle to every Axes you create, but if you do that, why not simply create the
177+
handle to every Axes you create, but if you do that, why not simply create
178178
all the Axes objects at the start?
179179

180180
The first approach is to call ``plt.subplot`` again:

0 commit comments

Comments
 (0)