summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/inspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py
index 238a368..7175186 100644
--- a/Lib/inspect.py
+++ b/Lib/inspect.py
@@ -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)