From: Raymond Hettinger Date: Tue, 3 Mar 2009 05:11:56 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v2.7a1~1911 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a07038d6147bf0eefae1c469acf49a34ed40b35d;p=python Fix markup. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index a9c8965d87..1815c79f01 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)