mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix links to the __next__ method.
This commit is contained in:
parent
35cbf16202
commit
7fa822275b
10 changed files with 60 additions and 55 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue