Fix wrong link.

This commit is contained in:
Georg Brandl 2013-10-08 21:43:39 +02:00
parent 4fe1260165
commit e3e4c9afe4
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ The following exceptions are the exceptions that are actually raised.
it has another type (such as a string), the object's value is printed and 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
directly from :exc:`BaseException` and not :exc:`StandardError`, since it is not
technically an error.