We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c81dd commit 673e8b6Copy full SHA for 673e8b6
Doc/glossary.rst
@@ -396,7 +396,7 @@ Glossary
396
also :term:`immutable`.
397
398
named tuple
399
- Any tuple subclass whose indexable elements are also accessible using
+ Any tuple-like class whose indexable elements are also accessible using
400
named attributes (for example, :func:`time.localtime` returns a
401
tuple-like object where the *year* is accessible either with an
402
index such as ``t[0]`` or with a named attribute like ``t.tm_year``).
0 commit comments