mirror of https://github.com/python/cpython
#10526: fix typo.
This commit is contained in:
parent
735bb12b01
commit
8449932320
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue