[Python-checkins] cpython: Typo fix
andrew.kuchling
python-checkins at python.org
Fri Jan 31 18:18:09 CET 2014
http://hg.python.org/cpython/rev/ffe73a516208
changeset: 88858:ffe73a516208
user: Andrew Kuchling <amk at amk.ca>
date: Fri Jan 31 12:17:53 2014 -0500
summary:
Typo fix
files:
Doc/whatsnew/3.4.rst | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -678,7 +678,7 @@
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 @@
* 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.
-
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list