gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968)

Change the somewhat vague "listed below" to "listed in this chapter" in Doc/library/exceptions.rst.
The exceptions are listed in multiple sections after two intermediate sections.
---------
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
HarryLHW 2024-02-06 04:22:57 +08:00 committed by GitHub
parent bcccf1fb63
commit 750489cc77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ equivalent, even if they have the same name.
.. index:: pair: statement; raise .. index:: pair: statement; raise
The built-in exceptions listed below can be generated by the interpreter or The built-in exceptions listed in this chapter can be generated by the interpreter or
built-in functions. Except where mentioned, they have an "associated value" built-in functions. Except where mentioned, they have an "associated value"
indicating the detailed cause of the error. This may be a string or a tuple of indicating the detailed cause of the error. This may be a string or a tuple of
several items of information (e.g., an error code and a string explaining the several items of information (e.g., an error code and a string explaining the