Skip to content

Commit 41254eb

Browse files
ZackerySpytzned-deily
authored andcommitted
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655)
1 parent 378edcd commit 41254eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ def formatargspec(args, varargs=None, varkw=None, defaults=None,
12201220
from warnings import warn
12211221

12221222
warn("`formatargspec` is deprecated since Python 3.5. Use `signature` and "
1223-
" the `Signature` object directly",
1223+
"the `Signature` object directly",
12241224
DeprecationWarning,
12251225
stacklevel=2)
12261226

0 commit comments

Comments
 (0)