Skip to content

Commit 98b976a

Browse files
authored
Fix struct sequence glossary entry grammar (GH-9030)
... by removing a superfluous "either". Reported by Никита Люшненко on docs@.
1 parent 2d7102e commit 98b976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ Glossary
10121012

10131013
struct sequence
10141014
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
1015+
to :term:`named tuple` in that elements can be accessed either by
10161016
index or as an attribute. However, they do not have any of the named tuple
10171017
methods like :meth:`~collections.somenamedtuple._make` or
10181018
:meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences

0 commit comments

Comments
 (0)