mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
#8288: fix next -> __next__.
This commit is contained in:
parent
dc6f2d02d9
commit
cb445ef9ca
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue