#8288: fix next -> __next__.
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 19e4156..ee46648 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -168,7 +168,7 @@
 
       The file-like object is read-only and provides the following methods:
       :meth:`read`, :meth:`readline`, :meth:`readlines`, :meth:`__iter__`,
-      :meth:`next`.
+      :meth:`__next__`.
 
    .. note::