Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac4fef commit 7469ff5Copy full SHA for 7469ff5
1 file changed
Doc/glossary.rst
@@ -642,7 +642,7 @@ Glossary
642
list
643
A built-in Python :term:`sequence`. Despite its name it is more akin
644
to an array in other languages than to a linked list since access to
645
- elements are O(1).
+ elements is O(1).
646
647
list comprehension
648
A compact way to process all or part of the elements in a sequence and
0 commit comments