Commit 71f2dadf authored by Zachary Ware's avatar Zachary Ware Committed by GitHub

[2.7] Fix struct sequence glossary entry grammar (GH-9030)

... by removing a superfluous "either".

Reported by Никита Люшненко on docs@

(cherry picked from commit 98b976a2)
parent 5d594f31
...@@ -710,7 +710,7 @@ Glossary ...@@ -710,7 +710,7 @@ Glossary
struct sequence struct sequence
A tuple with named elements. Struct sequences expose an interface similiar A tuple with named elements. Struct sequences expose an interface similiar
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