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 4afa7be commit 22b8945Copy full SHA for 22b8945
Doc/library/collections.abc.rst
@@ -87,7 +87,7 @@ the required methods (unless those methods have been set to
87
88
class E:
89
def __iter__(self): ...
90
- def __next__(next): ...
+ def __next__(self): ...
91
92
.. doctest::
93
0 commit comments