diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/exceptions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index d5d81df..0a5037a 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -821,3 +821,4 @@ Exception hierarchy The class hierarchy for built-in exceptions is: .. literalinclude:: ../../Lib/test/exception_hierarchy.txt + :language: text |