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.
2 parents b6375a2 + 4001e96 commit e2303f8Copy full SHA for e2303f8
1 file changed
Doc/library/collections.abc.rst
@@ -90,7 +90,7 @@ ABC Inherits from Abstract Methods Mixin
90
91
.. class:: Iterator
92
93
- ABC for classes that provide the :meth:`__iter__` and :meth:`next` methods.
+ ABC for classes that provide the :meth:`__iter__` and :meth:`__next__` methods.
94
See also the definition of :term:`iterator`.
95
96
.. class:: Sequence
0 commit comments