From 84424f1532818ed011a09255f373dc895f85e3ca Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 26 Feb 2010 23:27:06 +0000 Subject: [PATCH] typo: __next__ -> next --- Doc/library/collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 9b203607375..c73fbff636d 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -52,7 +52,7 @@ ABC Inherits Abstract Methods Mixin :class:`Container` ``__contains__`` :class:`Hashable` ``__hash__`` :class:`Iterable` ``__iter__`` -:class:`Iterator` :class:`Iterable` ``__next__`` ``__iter__`` +:class:`Iterator` :class:`Iterable` ``next`` ``__iter__`` :class:`Sized` ``__len__`` :class:`Callable` ``__call__``