]> granicus.if.org Git - python/commitdiff
Use singular, we are talking about the access (GH-7727)
authorAndrés Delfino <adelfino@gmail.com>
Sat, 16 Jun 2018 02:42:09 +0000 (23:42 -0300)
committerMariatta <Mariatta@users.noreply.github.com>
Sat, 16 Jun 2018 02:42:09 +0000 (19:42 -0700)
Doc/glossary.rst

index 988842aefc0d67e1f3f23bcf290810e25b4c4bb9..0f658b8c7e7619e0f92676d8022449284bb263c0 100644 (file)
@@ -642,7 +642,7 @@ Glossary
    list
       A built-in Python :term:`sequence`.  Despite its name it is more akin
       to an array in other languages than to a linked list since access to
-      elements are O(1).
+      elements is O(1).
 
    list comprehension
       A compact way to process all or part of the elements in a sequence and