]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #16138: fix typo.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Oct 2012 10:26:10 +0000 (13:26 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Oct 2012 10:26:10 +0000 (13:26 +0300)
Doc/glossary.rst

index 7cd990528751c6490c6e76bec11405c1875571d2..215135073a305c4efacace2fbcf8840f1ffd13ef 100644 (file)
@@ -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