Kaydet (Commit) cb445ef9 authored tarafından Georg Brandl's avatar Georg Brandl

#8288: fix next -> __next__.

üst dc6f2d02
...@@ -168,7 +168,7 @@ ZipFile Objects ...@@ -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::
......
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