From 008edbf973264bce823daeb91a4fe8a957046fd2 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 19 Aug 1999 21:17:08 +0000 Subject: [PATCH] A nit to make Fred proud. --- Lib/exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/exceptions.py b/Lib/exceptions.py index af752d915e41..56eed92d804b 100644 --- a/Lib/exceptions.py +++ b/Lib/exceptions.py @@ -42,6 +42,7 @@ Exception(*) +-- NameError | | | +-- UnboundLocalError(*) + | +-- AttributeError +-- SyntaxError +-- TypeError -- 2.47.3