We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f9623 commit f24c141Copy full SHA for f24c141
Doc/library/exceptions.rst
@@ -350,7 +350,7 @@ The following exceptions are the exceptions that are usually raised.
350
if it has another type (such as a string), the object's value is printed and
351
the exit status is one.
352
353
- 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
354
status or error message (defaulting to ``None``). Also, this exception derives
355
directly from :exc:`BaseException` and not :exc:`Exception`, since it is not
356
technically an error.
0 commit comments