mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #16711: Fix required method names for collections.Iterator
Thanks to Inada Naoki
This commit is contained in:
parent
57f3487994
commit
4001e96179
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue