[Python-checkins] cpython (2.7): Fix wrong link.

georg.brandl python-checkins at python.org
Tue Oct 8 21:43:38 CEST 2013


http://hg.python.org/cpython/rev/ac066d5e45e1
changeset:   86158:ac066d5e45e1
branch:      2.7
parent:      86153:39e5ab118602
user:        Georg Brandl <georg at python.org>
date:        Tue Oct 08 21:43:39 2013 +0200
summary:
  Fix wrong link.

files:
  Doc/library/exceptions.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -346,7 +346,7 @@
    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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list