diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 8e8d7253a6eff9..aa8a181f36bdab 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -810,8 +810,7 @@ Classes and functions .. deprecated:: 3.0 Use :func:`signature` and :ref:`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)