From: Georg Brandl <georg@python.org>
Date: Fri, 26 Nov 2010 11:50:13 +0000 (+0000)
Subject: #10526: fix typo.
X-Git-Tag: v3.2b1~205
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8449932320379dfafd3a745b553963408db897d9;p=python

#10526: fix typo.
---

diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index d5ac78264f..d715617045 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -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