mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Fix markup.
This commit is contained in:
parent
ff23e8cfe5
commit
a88e4daf52
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue