From: R. David Murray Date: Tue, 21 Jul 2009 14:37:38 +0000 (+0000) Subject: Merged revisions 73706 via svnmerge from X-Git-Tag: v2.6.3rc1~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f37b563c72d53da8e9137f0c6846da2e3f700030;p=python Merged revisions 73706 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73706 | georg.brandl | 2009-06-30 12:18:55 -0400 (Tue, 30 Jun 2009) | 1 line #6384: Add a heading for the exception hierarchy. ........ --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index a50ffbfe64..9116bdaec7 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