mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Typo fix
This commit is contained in:
parent
1088d98899
commit
fe0f0b050d
1 changed files with 1 additions and 2 deletions
|
@ -678,7 +678,7 @@ handling).
|
||||||
functools
|
functools
|
||||||
---------
|
---------
|
||||||
|
|
||||||
The new :func:`~functools.partialmethod` descriptor bring partial argument
|
The new :func:`~functools.partialmethod` descriptor brings partial argument
|
||||||
application to descriptors, just as :func:`~functools.partial` provides
|
application to descriptors, just as :func:`~functools.partial` provides
|
||||||
for normal callables. The new descriptor also makes it easier to get
|
for normal callables. The new descriptor also makes it easier to get
|
||||||
arbitrary callables (including :func:`~functools.partial` instances)
|
arbitrary callables (including :func:`~functools.partial` instances)
|
||||||
|
@ -1624,4 +1624,3 @@ Changes in the C API
|
||||||
* The ``f_tstate`` (thread state) field of the :c:type:`PyFrameObject`
|
* The ``f_tstate`` (thread state) field of the :c:type:`PyFrameObject`
|
||||||
structure has been removed to fix a bug: see :issue:`14432` for the
|
structure has been removed to fix a bug: see :issue:`14432` for the
|
||||||
rationale.
|
rationale.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue