summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-03-02 22:16:43 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-03-02 22:16:43 (GMT)
commitb62ad24cd8a166d0d87068ac6c6ed7fc83613f92 (patch)
treec550b2d3deb82cadaac9c8a10c66298dc77720d0 /Doc
parentd45bf58d77b853e9b55ae385bd4e82a21e5bcc7a (diff)
downloadcpython-b62ad24cd8a166d0d87068ac6c6ed7fc83613f92.zip
cpython-b62ad24cd8a166d0d87068ac6c6ed7fc83613f92.tar.gz
cpython-b62ad24cd8a166d0d87068ac6c6ed7fc83613f92.tar.bz2
Fix versionchanged.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 951e19c..2a3445c 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: