Kaydet (Commit) b2c32021 authored tarafından Ezio Melotti's avatar Ezio Melotti

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
........
üst 5b2c0051
......@@ -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__``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment