Commit 4001e961 authored by Andrew Svetlov's avatar Andrew Svetlov

Issue #16711: Fix required method names for collections.Iterator

Thanks to Inada Naoki
parent 57f34879
......@@ -1057,7 +1057,7 @@ ABC Inherits from Abstract Methods Mixin
.. class:: Iterator
ABC for classes that provide the :meth:`__iter__` and :meth:`next` methods.
ABC for classes that provide the :meth:`__iter__` and :meth:`__next__` methods.
See also the definition of :term:`iterator`.
.. class:: Sequence
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment