summaryrefslogtreecommitdiffstats
path: root/Lib/exceptions.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1999-08-19 21:17:08 (GMT)
committerBarry Warsaw <barry@python.org>1999-08-19 21:17:08 (GMT)
commit008edbf973264bce823daeb91a4fe8a957046fd2 (patch)
tree1d08aada08944a22573b64a0e75c423e76ba04a1 /Lib/exceptions.py
parent1016af9fa6a97d243cf6aed74370cab9c6b9e5c0 (diff)
downloadcpython-008edbf973264bce823daeb91a4fe8a957046fd2.zip
cpython-008edbf973264bce823daeb91a4fe8a957046fd2.tar.gz
cpython-008edbf973264bce823daeb91a4fe8a957046fd2.tar.bz2
A nit to make Fred proud.
Diffstat (limited to 'Lib/exceptions.py')
-rw-r--r--Lib/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/exceptions.py b/Lib/exceptions.py
index af752d9..56eed92 100644
--- a/Lib/exceptions.py
+++ b/Lib/exceptions.py
@@ -42,6 +42,7 @@ Exception(*)
+-- NameError
| |
| +-- UnboundLocalError(*)
+ |
+-- AttributeError
+-- SyntaxError
+-- TypeError