summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-03-03 05:11:56 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-03-03 05:11:56 (GMT)
commita07038d6147bf0eefae1c469acf49a34ed40b35d (patch)
tree0d3fc6581931813f006b310dc2048f68ffa896a0 /Doc
parente89b8e98327da833f92299e1876d2903b6e585ca (diff)
downloadcpython-a07038d6147bf0eefae1c469acf49a34ed40b35d.zip
cpython-a07038d6147bf0eefae1c469acf49a34ed40b35d.tar.gz
cpython-a07038d6147bf0eefae1c469acf49a34ed40b35d.tar.bz2
Fix markup.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index a9c8965..1815c79 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -742,7 +742,7 @@ field names, the method and attribute names start with an underscore.
>>> p._asdict()
OrderedDict([('x', 11), ('y', 22)])
- .. versionchanged 3.1
+ .. versionchanged:: 2.7
Returns an :class:`OrderedDict` instead of a regular :class:`dict`.
.. method:: somenamedtuple._replace(kwargs)