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

Skip to content

Commit fd03a09

Browse files
committed
Merge issue #16138: fix typo.
2 parents cb95996 + 8cf1cc4 commit fd03a09

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
@@ -660,7 +660,7 @@ Glossary
660660
sequence
661661
An :term:`iterable` which supports efficient element access using integer
662662
indices via the :meth:`__getitem__` special method and defines a
663-
:meth:`len` method that returns the length of the sequence.
663+
:meth:`__len__` method that returns the length of the sequence.
664664
Some built-in sequence types are :class:`list`, :class:`str`,
665665
:class:`tuple`, and :class:`bytes`. Note that :class:`dict` also
666666
supports :meth:`__getitem__` and :meth:`__len__`, but is considered a

0 commit comments

Comments
 (0)