Commit 84424f15 authored by Ezio Melotti's avatar Ezio Melotti

typo: __next__ -> next

parent 9aeeffa9
......@@ -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