[2.7] Fix struct sequence glossary entry grammar (GH-9030)
... by removing a superfluous "either".
Reported by Никита Люшненко on docs@
(cherry picked from commit 98b976a2f8
)
This commit is contained in:
parent
5d594f3106
commit
71f2dadf66
|
@ -710,7 +710,7 @@ Glossary
|
|||
|
||||
struct sequence
|
||||
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
|
||||
methods like :meth:`~collections.somenamedtuple._make` or
|
||||
:meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences
|
||||
|
|
Loading…
Reference in New Issue