From: Ezio Melotti Date: Fri, 26 Feb 2010 23:27:06 +0000 (+0000) Subject: typo: __next__ -> next X-Git-Tag: v2.7a4~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84424f1532818ed011a09255f373dc895f85e3ca;p=python typo: __next__ -> next --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 9b20360737..c73fbff636 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__``