mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
improve wording
This commit is contained in:
parent
57c74fca02
commit
b1cc37cfb5
1 changed files with 2 additions and 2 deletions
|
|
@ -751,8 +751,8 @@ Deprecated Python modules, functions and methods
|
|||
left to a package.
|
||||
(Contributed by Vajrasky Kok and Berker Peksag in :issue:`1322`.)
|
||||
|
||||
* Previously undocumented ``from_function`` and ``from_builtin`` methods
|
||||
of :class:`inspect.Signature` are deprecated. Use new
|
||||
* The previously undocumented ``from_function`` and ``from_builtin`` methods of
|
||||
:class:`inspect.Signature` are deprecated. Use new
|
||||
:meth:`inspect.Signature.from_callable` instead. (Contributed by Yury
|
||||
Selivanov in :issue:`24248`.)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue