mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (GH-114968) (#115033)
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.
---------
(cherry picked from commit 750489cc77
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: HarryLHW <123lhw321@gmail.com>
This commit is contained in:
parent
d334122d22
commit
21f06a22c0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ equivalent, even if they have the same name.
|
|||
|
||||
.. 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"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue