summaryrefslogtreecommitdiffstats
path: root/Lib/test/exception_hierarchy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/exception_hierarchy.txt')
-rw-r--r--Lib/test/exception_hierarchy.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt
index 763a6c8..15f4491 100644
--- a/Lib/test/exception_hierarchy.txt
+++ b/Lib/test/exception_hierarchy.txt
@@ -42,6 +42,7 @@ BaseException
| +-- NotImplementedError
| +-- RecursionError
+-- SyntaxError
+ | +-- TargetScopeError
| +-- IndentationError
| +-- TabError
+-- SystemError