diff options
author | Georg Brandl <georg@python.org> | 2010-11-26 11:50:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-26 11:50:13 (GMT) |
commit | 8449932320379dfafd3a745b553963408db897d9 (patch) | |
tree | c80ad029bb07bc7eb21679245d6d73b6daec2417 /Doc | |
parent | 735bb12b01220a7c931a63cb0e500e523631471f (diff) | |
download | cpython-8449932320379dfafd3a745b553963408db897d9.zip cpython-8449932320379dfafd3a745b553963408db897d9.tar.gz cpython-8449932320379dfafd3a745b553963408db897d9.tar.bz2 |
#10526: fix typo.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index d5ac782..d715617 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 |