]> granicus.if.org Git - python/commitdiff
Fix minor typos (GH-1173)
authorcocoatomo <cocoatomo77@gmail.com>
Wed, 19 Apr 2017 00:38:26 +0000 (09:38 +0900)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 19 Apr 2017 00:38:26 +0000 (17:38 -0700)
Doc/license.rst
Lib/test/exception_hierarchy.txt

index 49d29cee314e4013bb372a3220d89269b9acf8f5..6b5cdc8f77dc8a0b6d006a673d6ec8eceb5ca965 100644 (file)
@@ -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.
index 7333b2aa6243ea87640d28f77180a758c1631a7b..763a6c899b48eb0d458b18da0f648faff87dd7d3 100644 (file)
@@ -14,7 +14,7 @@ BaseException
       +-- BufferError
       +-- EOFError
       +-- ImportError
-           +-- ModuleNotFoundError
+      |    +-- ModuleNotFoundError
       +-- LookupError
       |    +-- IndexError
       |    +-- KeyError