]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix name of removed `inspect.Signature.from_builtin` method in 3.11.0a2 changelog...
authorJakub Kuczys <me@jacken.men>
Mon, 26 Dec 2022 11:34:18 +0000 (12:34 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Dec 2022 11:34:18 +0000 (17:04 +0530)
Misc/NEWS.d/3.11.0a2.rst

index 8ae8847d846b126a6f3f09e7fe30670ef82b6082..225bd61e90d4a82e7d95566780974f9d81858a2e 100644 (file)
@@ -618,7 +618,7 @@ Removed from the :mod:`inspect` module:
   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.