]> granicus.if.org Git - python/commitdiff
#10526: fix typo.
authorGeorg Brandl <georg@python.org>
Fri, 26 Nov 2010 11:50:13 +0000 (11:50 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 26 Nov 2010 11:50:13 +0000 (11:50 +0000)
Doc/whatsnew/2.7.rst

index d5ac78264fca86c022c2cca97dcc3adaed377024..d7156170457cfeed8ba89f37df0e06906b037ec4 100644 (file)
@@ -246,7 +246,7 @@ The standard library now supports use of ordered dictionaries in several
 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