commit | cb445ef9cabb3f4467078b0895c91326a70325d7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Apr 02 20:12:42 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Apr 02 20:12:42 2010 +0000 |
tree | 9884a0d8202f505844270ba7ee1c618e517a1c63 | |
parent | dc6f2d02d9345b4e184e7cf3326ad012dec3c915 [diff] [blame] |
#8288: fix next -> __next__.
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 19e4156..ee46648 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst
@@ -168,7 +168,7 @@ 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::