From 67e4f22470038a44a410e2080a836ca2f06da499 Mon Sep 17 00:00:00 2001 From: cocoatomo Date: Sat, 8 Apr 2017 13:13:26 +0900 Subject: [PATCH] Fix minor typos --- Doc/license.rst | 2 +- Lib/test/exception_hierarchy.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/license.rst b/Doc/license.rst index 49d29cee314e40..6b5cdc8f77dc8a 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 7333b2aa6243ea..763a6c899b48eb 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