]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew Kuchling <amk@amk.ca>
Fri, 31 Jan 2014 17:17:53 +0000 (12:17 -0500)
committerAndrew Kuchling <amk@amk.ca>
Fri, 31 Jan 2014 17:17:53 +0000 (12:17 -0500)
Doc/whatsnew/3.4.rst

index d7a04f65d62bde00ab577898abb81fb4d63ef765..c9c0da7121e14d711dffe98c4dc3bcc0afa6e79c 100644 (file)
@@ -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.
-