diff options
| author | Georg Brandl <georg@python.org> | 2009-10-27 14:36:50 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-10-27 14:36:50 (GMT) |
| commit | 0dfdf006a6e421cf9a8155b6d20e6e39c6387e92 (patch) | |
| tree | 201070e9a93325f635f5a800f11ea1b4c46ce17a /Doc/library/exceptions.rst | |
| parent | cda25a1af6e5adfafa5a61961fa6a30be53ddd5a (diff) | |
| download | cpython-0dfdf006a6e421cf9a8155b6d20e6e39c6387e92.zip cpython-0dfdf006a6e421cf9a8155b6d20e6e39c6387e92.tar.gz cpython-0dfdf006a6e421cf9a8155b6d20e6e39c6387e92.tar.bz2 | |
Merged revisions 74207 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line
#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
........
Diffstat (limited to 'Doc/library/exceptions.rst')
| -rw-r--r-- | Doc/library/exceptions.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 4679e70..2f07d29 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -281,10 +281,10 @@ The following exceptions are the exceptions that are actually raised. .. exception:: StopIteration - Raised by an :term:`iterator`\'s :meth:`next` method to signal that there are - no further values. This is derived from :exc:`Exception` rather than - :exc:`StandardError`, since this is not considered an error in its normal - application. + Raised by an :term:`iterator`\'s :meth:`~iterator.next` method to signal that + there are no further values. This is derived from :exc:`Exception` rather + than :exc:`StandardError`, since this is not considered an error in its + normal application. .. versionadded:: 2.2 |
