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

Skip to content

Commit 75056b7

Browse files
committed
Fix typo in deprecation warning
1 parent 487fc05 commit 75056b7

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
@@ -1208,7 +1208,7 @@ def add_axes(self, *args, **kwargs):
12081208
cbook.warn_deprecated(
12091209
"3.3",
12101210
message="Calling add_axes() without argument is "
1211-
"deprecated. You may want to use add_suplot() "
1211+
"deprecated. You may want to use add_subplot() "
12121212
"instead.")
12131213
return
12141214

0 commit comments

Comments
 (0)