Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72add05

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.