From fe0f0b050d3224de6c767bcd42d70f42800b0967 Mon Sep 17 00:00:00 2001 From: Andrew Kuchling Date: Fri, 31 Jan 2014 12:17:53 -0500 Subject: [PATCH] Typo fix --- Doc/whatsnew/3.4.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index d7a04f65d6..c9c0da7121 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -678,7 +678,7 @@ handling). 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 for normal callables. The new descriptor also makes it easier to get 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` structure has been removed to fix a bug: see :issue:`14432` for the rationale. - -- 2.40.0