diff options
| -rw-r--r-- | Doc/library/zipfile.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 7e9f4d841b..f4148530d8 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -161,7 +161,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:: | 
