From 7a8796dc67d691e43eed69969e7706fefe0f16e9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 2 Jan 2022 18:51:56 +0200 Subject: bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813) --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 5389ce8..faa63a9 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -528,7 +528,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. -- cgit v0.12