]> granicus.if.org Git - python/commitdiff
#8288: fix next -> __next__.
authorGeorg Brandl <georg@python.org>
Fri, 2 Apr 2010 20:12:42 +0000 (20:12 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 2 Apr 2010 20:12:42 +0000 (20:12 +0000)
Doc/library/zipfile.rst

index 19e4156576109bb4b24cc3e764fb00c757cf76aa..ee4664881d1eb2b7179f2041fd8443270304982e 100644 (file)
@@ -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::