Kaydet (Commit) 8379b70b authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Ned Deily

bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning…

bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) (GH-7657)

(cherry picked from commit 41254ebd)
Co-authored-by: 's avatarZackery Spytz <zspytz@gmail.com>
üst 941804e8
......@@ -1220,7 +1220,7 @@ def formatargspec(args, varargs=None, varkw=None, defaults=None,
from warnings import warn
warn("`formatargspec` is deprecated since Python 3.5. Use `signature` and "
" the `Signature` object directly",
"the `Signature` object directly",
DeprecationWarning,
stacklevel=2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment