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 6dbd257

Browse filesBrowse files
tacaswellrcomer
andauthored
DOC: tweak wording in warning
Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
1 parent 6903990 commit 6dbd257
Copy full SHA for 6dbd257

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
@@ -640,7 +640,7 @@ def add_axes(self, *args, **kwargs):
640640
_api.warn_deprecated(
641641
"3.8",
642642
name="Passing more than one positional argument to Figure.add_axes",
643-
addendum="Any additional positional arguments are now ignored.")
643+
addendum="Any additional positional arguments are currently ignored.")
644644
return self._add_axes_internal(a, key)
645645

646646
@_docstring.dedent_interpd

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.