From a07038d6147bf0eefae1c469acf49a34ed40b35d Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 3 Mar 2009 05:11:56 +0000 Subject: [PATCH] Fix markup. --- Doc/library/collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1