Commit 379a3ffa authored by Raymond Hettinger's avatar Raymond Hettinger

Remove duplicate of the entry in the seealso section

parent d4583d7f
...@@ -793,11 +793,6 @@ they add the ability to access fields by name instead of position index. ...@@ -793,11 +793,6 @@ 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 Named tuple instances do not have per-instance dictionaries, so they are
lightweight and require no more memory than regular tuples. lightweight and require no more memory than regular tuples.
For simple uses, where the only requirement is to be able to refer to a set
of values by name using attribute-style access, the
:class:`types.SimpleNamespace` type can be a suitable alternative to using
a namedtuple.
.. versionchanged:: 3.1 .. versionchanged:: 3.1
Added support for *rename*. Added support for *rename*.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment