diff options
| author | Barry Warsaw <barry@python.org> | 1999-08-19 21:17:08 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 1999-08-19 21:17:08 (GMT) |
| commit | 008edbf973264bce823daeb91a4fe8a957046fd2 (patch) | |
| tree | 1d08aada08944a22573b64a0e75c423e76ba04a1 /Lib/exceptions.py | |
| parent | 1016af9fa6a97d243cf6aed74370cab9c6b9e5c0 (diff) | |
| download | cpython-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.py | 1 |
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 |
