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

Skip to content

Commit 72add05

Browse files
authored
Merge pull request #16855 from dstansby/depr-typo
Fix typo in deprecation warning
2 parents 537a8c9 + 75056b7 commit 72add05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ def add_axes(self, *args, **kwargs):
12041204
cbook.warn_deprecated(
12051205
"3.3",
12061206
message="Calling add_axes() without argument is "
1207-
"deprecated. You may want to use add_suplot() "
1207+
"deprecated. You may want to use add_subplot() "
12081208
"instead.")
12091209
return
12101210

0 commit comments

Comments
 (0)