]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup.
authorRaymond Hettinger <python@rcn.com>
Tue, 3 Mar 2009 05:12:27 +0000 (05:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 Mar 2009 05:12:27 +0000 (05:12 +0000)
Doc/library/collections.rst

index 5d68e5a3f64cd9f734ff90ece652dfa871e856a6..ce47bd0072649585999cbddb24000d7e8a55ec9f 100644 (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)