From: cocoatomo Date: Wed, 19 Apr 2017 00:38:26 +0000 (+0900) Subject: Fix minor typos (GH-1173) X-Git-Tag: v3.7.0a1~951 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=992ae6444cc745c23d3bcc604983cc8e39405bd2;p=python Fix minor typos (GH-1173) --- diff --git a/Doc/license.rst b/Doc/license.rst index 49d29cee31..6b5cdc8f77 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 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