mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #16138: fix typo.
This commit is contained in:
parent
685fffa8f4
commit
8cf1cc498f
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ Glossary
|
|||
sequence
|
||||
An :term:`iterable` which supports efficient element access using integer
|
||||
indices via the :meth:`__getitem__` special method and defines a
|
||||
:meth:`len` method that returns the length of the sequence.
|
||||
:meth:`__len__` method that returns the length of the sequence.
|
||||
Some built-in sequence types are :class:`list`, :class:`str`,
|
||||
:class:`tuple`, and :class:`bytes`. Note that :class:`dict` also
|
||||
supports :meth:`__getitem__` and :meth:`__len__`, but is considered a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue