]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sun, 2 Jan 2022 16:51:56 +0000 (18:51 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jan 2022 16:51:56 +0000 (08:51 -0800)
Doc/whatsnew/3.11.rst

index 5389ce8b258cf8a8d832a9446f4b637aee77e9b1..faa63a93895a20648a5ec10f581731b328c7a65d 100644 (file)
@@ -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() <inspect.Signature.from_callable>` method
     instead.