commit | 7fa822275bb9744440f1636345319feaf1669126 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Oct 12 13:42:08 2012 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Oct 12 13:42:08 2012 +0300 |
tree | 02f85dc0dcd510c1a8516dcd2f59c11940f3d979 | |
parent | 35cbf16202d2bb6ed8ca6b51f8513f71d9d41ccc [diff] [blame] |
Fix links to the __next__ method.
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index ca3ad3e..7d622c2 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst
@@ -262,7 +262,7 @@ .. exception:: StopIteration Raised by built-in function :func:`next` and an :term:`iterator`\'s - :meth:`__next__` method to signal that there are no further values. + :meth:`~iterator.__next__` method to signal that there are no further values. .. exception:: SyntaxError