mirror of https://github.com/python/cpython
typo: __next__ -> next
This commit is contained in:
parent
9aeeffa929
commit
84424f1532
|
@ -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__``
|
||||
|
||||
|
|
Loading…
Reference in New Issue