This commit is contained in:
Georg Brandl 2010-11-26 11:50:13 +00:00
parent 735bb12b01
commit 8449932320
1 changed files with 1 additions and 1 deletions

View 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