summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/collections.abc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.abc.rst b/Doc/library/collections.abc.rst
index e0c72ff..582bb18 100644
--- a/Doc/library/collections.abc.rst
+++ b/Doc/library/collections.abc.rst
@@ -87,7 +87,7 @@ the required methods (unless those methods have been set to
class E:
def __iter__(self): ...
- def __next__(next): ...
+ def __next__(self): ...
.. doctest::