Kaydet (Commit) a07038d6 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix markup.

üst e89b8e98
...@@ -742,7 +742,7 @@ field names, the method and attribute names start with an underscore. ...@@ -742,7 +742,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:: 2.7
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