diff options
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r-- | Doc/library/collections.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index bcedc15..e79f723 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -552,7 +552,7 @@ they add the ability to access fields by name instead of position index. lightweight and require no more memory than regular tuples. .. versionchanged:: 3.1 - added support for *rename*. + Added support for *rename*. Example: @@ -843,7 +843,6 @@ attribute. class. - :class:`UserList` objects ------------------------- |