#6384: Add a heading for the exception hierarchy.
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 @@
 
    .. 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