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

Skip to content

Commit 8cf1cc4

Browse files
committed
Issue #16138: fix typo.
1 parent 685fffa commit 8cf1cc4

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
@@ -562,7 +562,7 @@ Glossary
562562
sequence
563563
An :term:`iterable` which supports efficient element access using integer
564564
indices via the :meth:`__getitem__` special method and defines a
565-
:meth:`len` method that returns the length of the sequence.
565+
:meth:`__len__` method that returns the length of the sequence.
566566
Some built-in sequence types are :class:`list`, :class:`str`,
567567
:class:`tuple`, and :class:`bytes`. Note that :class:`dict` also
568568
supports :meth:`__getitem__` and :meth:`__len__`, but is considered a

0 commit comments

Comments
 (0)