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

Skip to content

Commit ea458a0

Browse files
Update __init__.py
1 parent 2d97789 commit ea458a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def my_func(*args, **kwargs):
305305
[lambda old1, old2: locals(), lambda new: locals()],
306306
*args, **kwargs)
307307
if "old1" in params:
308-
warn_deprecated(...)
308+
warn_deprecated(...)
309309
old1, old2 = params.values() # note that locals() is ordered.
310310
else:
311311
new, = params.values()

0 commit comments

Comments
 (0)