Commit fe0f0b05 authored by Andrew Kuchling's avatar Andrew Kuchling

Typo fix

parent 1088d988
...@@ -678,7 +678,7 @@ handling). ...@@ -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 ...@@ -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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment