summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcocoatomo <cocoatomo77@gmail.com>2017-04-19 00:38:26 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-04-19 00:38:26 (GMT)
commit992ae6444cc745c23d3bcc604983cc8e39405bd2 (patch)
treeab1611d94d5dffb53eda98612d4a0f4c055eb1fd
parentd6d344d8330a5975fc102e8f275d47044294f1d1 (diff)
downloadcpython-992ae6444cc745c23d3bcc604983cc8e39405bd2.zip
cpython-992ae6444cc745c23d3bcc604983cc8e39405bd2.tar.gz
cpython-992ae6444cc745c23d3bcc604983cc8e39405bd2.tar.bz2
Fix minor typos (GH-1173)
-rw-r--r--Doc/license.rst2
-rw-r--r--Lib/test/exception_hierarchy.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/license.rst b/Doc/license.rst
index 49d29ce..6b5cdc8 100644
--- a/Doc/license.rst
+++ b/Doc/license.rst
@@ -571,7 +571,7 @@ The :mod:`test_epoll` contains the following notice::
Select kqueue
-------------
-The :mod:`select` and contains the following notice for the kqueue interface::
+The :mod:`select` contains the following notice for the kqueue interface::
Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes
All rights reserved.
diff --git a/Lib/test/exception_hierarchy.txt b/Lib/test/exception_hierarchy.txt
index 7333b2a..763a6c8 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