8000 DOC: tweak wording in warning · matplotlib/matplotlib@6dbd257 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6dbd257

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

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
@@ -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",
< 5327 code>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