mirror of
https://github.com/python/cpython.git
synced 2025-11-16 09:03:47 +00:00
Use singular, we are talking about the access (GH-7727)
This commit is contained in:
parent
cac4fef886
commit
7469ff5017
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ Glossary
|
||||||
list
|
list
|
||||||
A built-in Python :term:`sequence`. Despite its name it is more akin
|
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
|
to an array in other languages than to a linked list since access to
|
||||||
elements are O(1).
|
elements is O(1).
|
||||||
|
|
||||||
list comprehension
|
list comprehension
|
||||||
A compact way to process all or part of the elements in a sequence and
|
A compact way to process all or part of the elements in a sequence and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue