From: Georg Brandl Date: Fri, 2 Apr 2010 20:12:42 +0000 (+0000) Subject: #8288: fix next -> __next__. X-Git-Tag: v3.2a1~1270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb445ef9cabb3f4467078b0895c91326a70325d7;p=thirdparty%2FPython%2Fcpython.git #8288: fix next -> __next__. --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 19e415657610..ee4664881d1e 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::