Commit 41446fd9 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix markup.

parent 923dfd7a
...@@ -717,7 +717,7 @@ field names, the method and attribute names start with an underscore. ...@@ -717,7 +717,7 @@ field names, the method and attribute names start with an underscore.
>>> p._asdict() >>> p._asdict()
OrderedDict([('x', 11), ('y', 22)]) OrderedDict([('x', 11), ('y', 22)])
.. versionchanged 3.1 .. versionchanged:: 3.1
Returns an :class:`OrderedDict` instead of a regular :class:`dict`. Returns an :class:`OrderedDict` instead of a regular :class:`dict`.
.. method:: somenamedtuple._replace(kwargs) .. method:: somenamedtuple._replace(kwargs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment