#8288: fix next -> __next__.
This commit is contained in:
parent
dc6f2d02d9
commit
cb445ef9ca
|
@ -168,7 +168,7 @@ ZipFile Objects
|
||||||
|
|
||||||
The file-like object is read-only and provides the following methods:
|
The file-like object is read-only and provides the following methods:
|
||||||
:meth:`read`, :meth:`readline`, :meth:`readlines`, :meth:`__iter__`,
|
:meth:`read`, :meth:`readline`, :meth:`readlines`, :meth:`__iter__`,
|
||||||
:meth:`next`.
|
:meth:`__next__`.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue