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 798f8d3 commit 56b154fCopy full SHA for 56b154f
Doc/glossary.rst
@@ -719,7 +719,7 @@ Glossary
719
iterables include all sequence types (such as :class:`list`, :class:`str`,
720
and :class:`tuple`) and some non-sequence types like :class:`dict`,
721
:term:`file objects <file object>`, and objects of any classes you define
722
- with an :meth:`~iterator.__iter__` method or with a
+ with an :meth:`~object.__iter__` method or with a
723
:meth:`~object.__getitem__` method
724
that implements :term:`sequence` semantics.
725
0 commit comments