Merge __next__ method link fixes with 3.2.

This commit is contained in:
Ezio Melotti 2012-10-12 13:45:38 +03:00
commit 1dd7c30419
10 changed files with 61 additions and 56 deletions

View file

@ -275,8 +275,8 @@ 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 items to be
produced by the iterator.
:meth:`~iterator.__next__` method to signal that there are no further
items produced by the iterator.
The exception object has a single attribute :attr:`value`, which is
given as an argument when constructing the exception, and defaults