typo: __next__ -> next

This commit is contained in:
Ezio Melotti 2010-02-26 23:27:06 +00:00
parent 9aeeffa929
commit 84424f1532
1 changed files with 1 additions and 1 deletions

View 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__``