Skip to content

Commit f4c4d99

Browse files
Fix struct sequence glossary entry grammar (GH-9030)
... by removing a superfluous "either". Reported by Никита Люшненко on docs@. (cherry picked from commit 98b976a) Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
1 parent 8926707 commit f4c4d99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

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

10071007
struct sequence
10081008
A tuple with named elements. Struct sequences expose an interface similar
1009-
to :term:`named tuple` in that elements can either be accessed either by
1009+
to :term:`named tuple` in that elements can be accessed either by
10101010
index or as an attribute. However, they do not have any of the named tuple
10111011
methods like :meth:`~collections.somenamedtuple._make` or
10121012
:meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences

0 commit comments

Comments
 (0)