]> granicus.if.org Git - python/commitdiff
typo: __next__ -> next
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 26 Feb 2010 23:27:06 +0000 (23:27 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 26 Feb 2010 23:27:06 +0000 (23:27 +0000)
Doc/library/collections.rst

index 9b203607375783f5ac0e2e583e5568893ee6a680..c73fbff636d0d9e81512f40b4c2cdb1e145215a2 100644 (file)
@@ -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__``