Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7469ff5

Browse files
andresdelfinoMariatta
authored andcommitted
Use singular, we are talking about the access (GH-7727)
1 parent cac4fef commit 7469ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ Glossary
642642
list
643643
A built-in Python :term:`sequence`. Despite its name it is more akin
644644
to an array in other languages than to a linked list since access to
645-
elements are O(1).
645+
elements is O(1).
646646

647647
list comprehension
648648
A compact way to process all or part of the elements in a sequence and

0 commit comments

Comments
 (0)