[Python-checkins] r86794 - python/branches/py3k/Doc/whatsnew/2.7.rst

georg.brandl python-checkins at python.org
Fri Nov 26 12:50:13 CET 2010


Author: georg.brandl
Date: Fri Nov 26 12:50:13 2010
New Revision: 86794

Log:
#10526: fix typo.

Modified:
   python/branches/py3k/Doc/whatsnew/2.7.rst

Modified: python/branches/py3k/Doc/whatsnew/2.7.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/2.7.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/2.7.rst	Fri Nov 26 12:50:13 2010
@@ -246,7 +246,7 @@
 modules.
 
 * The :mod:`ConfigParser` module uses them by default, meaning that
-  configuration files can now read, modified, and then written back
+  configuration files can now be read, modified, and then written back
   in their original order.
 
 * The :meth:`~collections.somenamedtuple._asdict()` method for


More information about the Python-checkins mailing list