diff options
author | Georg Brandl <georg@python.org> | 2009-06-30 16:18:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-30 16:18:55 (GMT) |
commit | 3cd0bedc130eb4fd4282e1e594f9c66370df0b93 (patch) | |
tree | bb511b1be8f2dcd74b2a37802514fa938cc42089 /Doc/library/exceptions.rst | |
parent | 0d8649a1c9b61a2a0e3c6e1d2cf4f5807c30addf (diff) | |
download | cpython-3cd0bedc130eb4fd4282e1e594f9c66370df0b93.zip cpython-3cd0bedc130eb4fd4282e1e594f9c66370df0b93.tar.gz cpython-3cd0bedc130eb4fd4282e1e594f9c66370df0b93.tar.bz2 |
#6384: Add a heading for the exception hierarchy.
Diffstat (limited to 'Doc/library/exceptions.rst')
-rw-r--r-- | Doc/library/exceptions.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 0b4c668..4679e70 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -477,7 +477,10 @@ module for more information. .. versionadded:: 2.5 -The class hierarchy for built-in exceptions is: +Exception hierarchy +------------------- + +The class hierarchy for built-in exceptions is: .. literalinclude:: ../../Lib/test/exception_hierarchy.txt |