Merged revisions 78465 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78465 | ezio.melotti | 2010-02-27 01:27:06 +0200 (Sat, 27 Feb 2010) | 1 line

  typo: __next__ -> next
........
This commit is contained in:
Ezio Melotti 2010-02-26 23:29:38 +00:00
parent 5b2c005135
commit b2c3202114
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__``