diff options
-rw-r--r-- | Doc/library/inspect.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 23e559c..8d25b1e 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -829,8 +829,7 @@ Classes and functions .. deprecated:: 3.0 Use :func:`signature` and :ref:`Signature Object <inspect-signature-object>`, which provide a - better introspecting API for callables. This function will be removed - in Python 3.6. + better introspecting API for callables. .. function:: getfullargspec(func) |