Merged revisions 73706 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Tue, 21 Jul 2009 14:37:38 +0000 (14:37 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 21 Jul 2009 14:37:38 +0000 (14:37 +0000)
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.
........

Doc/library/exceptions.rst

index a50ffbfe64ab4c6c7f0f8d9c87d24af644c70d29..9116bdaec7c407acfc20643fd46abc1e28ba21fd 100644 (file)
@@ -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