[Python-checkins] cpython (3.3): Fix wrong link.
georg.brandl
python-checkins at python.org
Tue Oct 8 21:43:02 CEST 2013
http://hg.python.org/cpython/rev/9e976570a779
changeset: 86156:9e976570a779
branch: 3.3
parent: 86154:f7b4f0459dc6
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
@@ -350,7 +350,7 @@
if 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:`Exception`, since it is not
technically an error.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list