diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2009-12-08 02:37:05 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2009-12-08 02:37:05 (GMT) |
commit | 8f254e7f6e15d05a7174e7939f0ba55c6233debc (patch) | |
tree | 0991183e860afb7c040c38d3a35b506d5fa9cad5 | |
parent | a4a04d1a89d431293c65efd101335304d5885a1f (diff) | |
download | cpython-8f254e7f6e15d05a7174e7939f0ba55c6233debc.zip cpython-8f254e7f6e15d05a7174e7939f0ba55c6233debc.tar.gz cpython-8f254e7f6e15d05a7174e7939f0ba55c6233debc.tar.bz2 |
Typo fix; grammar fix
-rw-r--r-- | Doc/whatsnew/2.7.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 37ffe09..a7f656e 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -70,7 +70,7 @@ A partial list of 3.1 features that were backported to 2.7: * A version of the :mod:`io` library, rewritten in C for performance. * The ordered-dictionary type described in :ref:`pep-0372`. -* The new format specified described in :ref:`pep-0378`. +* The new format specifier described in :ref:`pep-0378`. * The :class:`memoryview` object. * A small subset of the :mod:`importlib` module `described below <#importlib-section>`__. @@ -515,7 +515,7 @@ changes, or look through the Subversion logs for all the details. more sensible for numeric types. (Changed by Mark Dickinson; :issue:`6857`.) * Distutils is being more actively developed, thanks to Tarek Ziade - has taken over maintenance of the package. A new + who has taken over maintenance of the package. A new :file:`setup.py` subcommand, ``check``, will check that the arguments being passed to the :func:`setup` function are complete and correct (:issue:`5732`). @@ -1076,5 +1076,5 @@ Acknowledgements The author would like to thank the following people for offering suggestions, corrections and assistance with various drafts of this -article: Hugh Secker-Walker. +article: Ryan Lovett, Hugh Secker-Walker. |