We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7102e commit 98b976aCopy full SHA for 98b976a
Doc/glossary.rst
@@ -1012,7 +1012,7 @@ Glossary
1012
1013
struct sequence
1014
A tuple with named elements. Struct sequences expose an interface similar
1015
- to :term:`named tuple` in that elements can either be accessed either by
+ to :term:`named tuple` in that elements can be accessed either by
1016
index or as an attribute. However, they do not have any of the named tuple
1017
methods like :meth:`~collections.somenamedtuple._make` or
1018
:meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences
0 commit comments