]> granicus.if.org Git - python/commitdiff
Fix wrong link.
authorGeorg Brandl <georg@python.org>
Tue, 8 Oct 2013 19:43:39 +0000 (21:43 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 8 Oct 2013 19:43:39 +0000 (21:43 +0200)
Doc/library/exceptions.rst

index c12e874a39f558041fd40dfae273a0b9d3065890..ad75ed5fe0d2ef43257bbc13cc5571f65cdc10e2 100644 (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.