#8288: fix next -> __next__.

This commit is contained in:
Georg Brandl 2010-04-02 20:12:42 +00:00
parent dc6f2d02d9
commit cb445ef9ca
1 changed files with 1 additions and 1 deletions

View 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::