mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
Fix wrong link.
This commit is contained in:
parent
97f962339f
commit
f24c1416eb
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ The following exceptions are the exceptions that are usually raised.
|
||||||
if it has another type (such as a string), the object's value is printed and
|
if it has another type (such as a string), the object's value is printed and
|
||||||
the exit status is one.
|
the exit status is one.
|
||||||
|
|
||||||
Instances have an attribute :attr:`code` which is set to the proposed exit
|
Instances have an attribute :attr:`!code` which is set to the proposed exit
|
||||||
status or error message (defaulting to ``None``). Also, this exception derives
|
status or error message (defaulting to ``None``). Also, this exception derives
|
||||||
directly from :exc:`BaseException` and not :exc:`Exception`, since it is not
|
directly from :exc:`BaseException` and not :exc:`Exception`, since it is not
|
||||||
technically an error.
|
technically an error.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue