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

Skip to content

Commit 3041612

Browse files
committed
MAINT: fix typo from #19438
1 parent 9184787 commit 3041612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ def subplot(*args, **kwargs):
11641164
specified by *args*, the projection type is the same, and the
11651165
*kwargs* match with the existing Axes, then the existing Axes is
11661166
returned. Otherwise a new Axes is created with the specified
1167-
parameters. We save a reference to the *kwargs* which we us
1167+
parameters. We save a reference to the *kwargs* which we use
11681168
for this comparison. If any of the values in *kwargs* are
11691169
mutable we will not detect the case where they are mutated.
11701170
In these cases we suggest using `.Figure.add_subplot` and the

0 commit comments

Comments
 (0)