There was an error while loading. Please reload this page.
1 parent 378edcd commit 41254ebCopy full SHA for 41254eb
1 file changed
Lib/inspect.py
@@ -1220,7 +1220,7 @@ def formatargspec(args, varargs=None, varkw=None, defaults=None,
1220
from warnings import warn
1221
1222
warn("`formatargspec` is deprecated since Python 3.5. Use `signature` and "
1223
- " the `Signature` object directly",
+ "the `Signature` object directly",
1224
DeprecationWarning,
1225
stacklevel=2)
1226
0 commit comments