diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-06-16 02:42:09 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2018-06-16 02:42:09 (GMT) |
commit | 7469ff5017ec315a81e35913f19a32f0dbdf712e (patch) | |
tree | 1811cbf45f210b67867137094135daab28df9563 /Doc | |
parent | cac4fef8860e66a9da67d09762f5b614b9471a12 (diff) | |
download | cpython-7469ff5017ec315a81e35913f19a32f0dbdf712e.zip cpython-7469ff5017ec315a81e35913f19a32f0dbdf712e.tar.gz cpython-7469ff5017ec315a81e35913f19a32f0dbdf712e.tar.bz2 |
Use singular, we are talking about the access (GH-7727)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 988842a..0f658b8 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 |