]> granicus.if.org Git - python/commitdiff
Fix struct sequence glossary entry grammar (GH-9030)
authorZachary Ware <zachary.ware@gmail.com>
Sun, 2 Sep 2018 01:59:27 +0000 (20:59 -0500)
committerGitHub <noreply@github.com>
Sun, 2 Sep 2018 01:59:27 +0000 (20:59 -0500)
... by removing a superfluous "either".

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

Doc/glossary.rst

index 69960579f2c04f97c49dab3f6e5b92438510c02d..16fc7f0783c8cbc94b7574ffae35aa4d6381ad49 100644 (file)
@@ -1012,7 +1012,7 @@ Glossary
 
    struct sequence
       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
       methods like :meth:`~collections.somenamedtuple._make` or
       :meth:`~collections.somenamedtuple._asdict`. Examples of struct sequences