From cb445ef9cabb3f4467078b0895c91326a70325d7 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 2 Apr 2010 20:12:42 +0000 Subject: #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 19e4156..ee46648 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -168,7 +168,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:: -- cgit v0.12