Commit cb445ef9 authored by Georg Brandl's avatar Georg Brandl

#8288: fix next -> __next__.

parent dc6f2d02
......@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment