From: Andrés Delfino Date: Sat, 16 Jun 2018 02:42:09 +0000 (-0300) Subject: Use singular, we are talking about the access (GH-7727) X-Git-Tag: v3.8.0a1~1548 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7469ff5017ec315a81e35913f19a32f0dbdf712e;p=python Use singular, we are talking about the access (GH-7727) --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 988842aefc..0f658b8c7e 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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