]> granicus.if.org Git - python/commitdiff
Merged revisions 79615 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Apr 2010 07:58:21 +0000 (07:58 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Apr 2010 07:58:21 +0000 (07:58 +0000)
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

index 7e9f4d841b1ad34ec88dedc87d5839938a16a678..f4148530d8534db13f975b4e15b050e9de393a75 100644 (file)
@@ -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::