[Python-checkins] bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)

Mariatta webhook-mailer at python.org
Sun Jan 2 11:52:05 EST 2022


https://github.com/python/cpython/commit/7a8796dc67d691e43eed69969e7706fefe0f16e9
commit: 7a8796dc67d691e43eed69969e7706fefe0f16e9
branch: main
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2022-01-02T08:51:56-08:00
summary:

bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 5389ce8b258cf..faa63a93895a2 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() <inspect.Signature.from_callable>` method
     instead.



More information about the Python-checkins mailing list