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 685fffa commit 8cf1cc4Copy full SHA for 8cf1cc4
1 file changed
Doc/glossary.rst
@@ -562,7 +562,7 @@ Glossary
562
sequence
563
An :term:`iterable` which supports efficient element access using integer
564
indices via the :meth:`__getitem__` special method and defines a
565
- :meth:`len` method that returns the length of the sequence.
+ :meth:`__len__` method that returns the length of the sequence.
566
Some built-in sequence types are :class:`list`, :class:`str`,
567
:class:`tuple`, and :class:`bytes`. Note that :class:`dict` also
568
supports :meth:`__getitem__` and :meth:`__len__`, but is considered a
0 commit comments