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 57f3487 commit 4001e96Copy full SHA for 4001e96
1 file changed
Doc/library/collections.rst
@@ -1057,7 +1057,7 @@ ABC Inherits from Abstract Methods Mixin
1057
1058
.. class:: Iterator
1059
1060
- ABC for classes that provide the :meth:`__iter__` and :meth:`next` methods.
+ ABC for classes that provide the :meth:`__iter__` and :meth:`__next__` methods.
1061
See also the definition of :term:`iterator`.
1062
1063
.. class:: Sequence
0 commit comments