typo: __next__ -> next
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 9b20360..c73fbff 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -52,7 +52,7 @@
 :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__``