Commit 98b976a2 authored by Zachary Ware's avatar Zachary Ware Committed by GitHub

Fix struct sequence glossary entry grammar (GH-9030)

... by removing a superfluous "either".

Reported by Никита Люшненко on docs@.
parent 2d7102e7
...@@ -1012,7 +1012,7 @@ Glossary ...@@ -1012,7 +1012,7 @@ Glossary
struct sequence struct sequence
A tuple with named elements. Struct sequences expose an interface similar A tuple with named elements. Struct sequences expose an interface similar
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
index or as an attribute. However, they do not have any of the named tuple index or as an attribute. However, they do not have any of the named tuple
methods like :meth:`~collections.somenamedtuple._make` or methods like :meth:`~collections.somenamedtuple._make` or
:meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences :meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences
......
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