Fix markup.

This commit is contained in:
Raymond Hettinger 2009-03-03 05:12:27 +00:00
parent ff23e8cfe5
commit a88e4daf52

View file

@ -717,7 +717,7 @@ field names, the method and attribute names start with an underscore.
>>> p._asdict()
OrderedDict([('x', 11), ('y', 22)])
.. versionchanged 3.1
.. versionchanged:: 3.1
Returns an :class:`OrderedDict` instead of a regular :class:`dict`.
.. method:: somenamedtuple._replace(kwargs)