[Python-checkins] r70124 - python/branches/py3k/Doc/library/collections.rst

raymond.hettinger python-checkins at python.org
Tue Mar 3 06:12:27 CET 2009


Author: raymond.hettinger
Date: Tue Mar  3 06:12:27 2009
New Revision: 70124

Log:
Fix markup.

Modified:
   python/branches/py3k/Doc/library/collections.rst

Modified: python/branches/py3k/Doc/library/collections.rst
==============================================================================
--- python/branches/py3k/Doc/library/collections.rst	(original)
+++ python/branches/py3k/Doc/library/collections.rst	Tue Mar  3 06:12:27 2009
@@ -717,7 +717,7 @@
       >>> 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)


More information about the Python-checkins mailing list