diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-25 18:08:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-11-25 18:08:32 (GMT) |
commit | 131336846c4bd0e9f30c2a4b0b1c690dce57298f (patch) | |
tree | c146c0332599d9336fd12ec668abdbf8bab25eeb /Doc/library/exceptions.rst | |
parent | d061efa3b8628b92ffb5519fd4b5b485dc8a9ee9 (diff) | |
download | cpython-131336846c4bd0e9f30c2a4b0b1c690dce57298f.zip cpython-131336846c4bd0e9f30c2a4b0b1c690dce57298f.tar.gz cpython-131336846c4bd0e9f30c2a4b0b1c690dce57298f.tar.bz2 |
Issue #19691: remove outdated mention about RuntimeError
Diffstat (limited to 'Doc/library/exceptions.rst')
-rw-r--r-- | Doc/library/exceptions.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index a3e89ca..e3e6536 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -286,8 +286,7 @@ The following exceptions are the exceptions that are actually raised. Raised when an error is detected that doesn't fall in any of the other categories. The associated value is a string indicating what precisely went - wrong. (This exception is mostly a relic from a previous version of the - interpreter; it is not used very much any more.) + wrong. .. exception:: StopIteration |