We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d102c commit df937e8Copy full SHA for df937e8
Doc/library/exceptions.rst
@@ -16,7 +16,7 @@ equivalent, even if they have the same name.
16
17
.. index:: pair: statement; raise
18
19
-The built-in exceptions listed below can be generated by the interpreter or
+The built-in exceptions listed in this document can be generated by the interpreter or
20
built-in functions. Except where mentioned, they have an "associated value"
21
indicating the detailed cause of the error. This may be a string or a tuple of
22
several items of information (e.g., an error code and a string explaining the
0 commit comments