From: Raymond Hettinger Date: Mon, 2 Mar 2009 22:16:43 +0000 (+0000) Subject: Fix versionchanged. X-Git-Tag: v3.1a1~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b62ad24cd8a166d0d87068ac6c6ed7fc83613f92;p=python Fix versionchanged. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 951e19c99b..2a3445c5a3 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -621,7 +621,7 @@ they add the ability to access fields by name instead of position index. Named tuple instances do not have per-instance dictionaries, so they are lightweight and require no more memory than regular tuples. - .. versionchanged:: 2.7 + .. versionchanged:: 3.1 added support for *rename*. Example: