diff options
Diffstat (limited to 'Lib/exceptions.py')
-rw-r--r-- | Lib/exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/exceptions.py b/Lib/exceptions.py index af752d915e..56eed92d80 100644 --- a/Lib/exceptions.py +++ b/Lib/exceptions.py @@ -42,6 +42,7 @@ Exception(*) +-- NameError | | | +-- UnboundLocalError(*) + | +-- AttributeError +-- SyntaxError +-- TypeError |