summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorcocoatomo <cocoatomo77@gmail.com>2017-04-19 09:38:26 +0900
committerMariatta <Mariatta@users.noreply.github.com>2017-04-18 17:38:26 -0700
commit992ae6444cc745c23d3bcc604983cc8e39405bd2 (patch)
treeab1611d94d5dffb53eda98612d4a0f4c055eb1fd /Lib
parentd6d344d8330a5975fc102e8f275d47044294f1d1 (diff)
downloadcpython-git-992ae6444cc745c23d3bcc604983cc8e39405bd2.tar.gz
Fix minor typos (GH-1173)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/exception_hierarchy.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt
index 7333b2aa62..763a6c899b 100644
--- a/Lib/test/exception_hierarchy.txt
+++ b/Lib/test/exception_hierarchy.txt
@@ -14,7 +14,7 @@ BaseException
+-- BufferError
+-- EOFError
+-- ImportError
- +-- ModuleNotFoundError
+ | +-- ModuleNotFoundError
+-- LookupError
| +-- IndexError
| +-- KeyError