From f37b563c72d53da8e9137f0c6846da2e3f700030 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Tue, 21 Jul 2009 14:37:38 +0000 Subject: 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. ........ --- Doc/library/exceptions.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index a50ffbf..9116bda 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 -- cgit v0.12