From 6bccd298456f3aea7d764d6d01b0d4d2334ee5b8 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Mon, 5 Apr 2010 07:58:21 +0000 Subject: [PATCH] Merged revisions 79615 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r79615 | georg.brandl | 2010-04-02 23:12:42 +0300 (Fri, 02 Apr 2010) | 1 line #8288: fix next -> __next__. ........ --- Doc/library/zipfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 7e9f4d841b..f4148530d8 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -161,7 +161,7 @@ ZipFile Objects 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:: -- 2.40.0