From: Georg Brandl Date: Tue, 30 Jun 2009 16:18:55 +0000 (+0000) Subject: #6384: Add a heading for the exception hierarchy. X-Git-Tag: v2.7a1~870 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cd0bedc130eb4fd4282e1e594f9c66370df0b93;p=python #6384: Add a heading for the exception hierarchy. --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 0b4c668149..4679e70ad4 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