Fix links to the __next__ method.

This commit is contained in:
Ezio Melotti 2012-10-12 13:42:08 +03:00
parent 35cbf16202
commit 7fa822275b
10 changed files with 60 additions and 55 deletions

View file

@ -262,7 +262,7 @@ The following exceptions are the exceptions that are usually raised.
.. 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