diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 9751f894f9a9a5..66321a02d34bc2 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -470,7 +470,7 @@ Removed use the :func:`inspect.signature` function and :class:`Signature` object directly. - * the undocumented ``Signature.from_callable`` and ``Signature.from_function`` + * the undocumented ``Signature.from_builtin`` and ``Signature.from_function`` functions, deprecated since Python 3.5; use the :meth:`Signature.from_callable() ` method instead.