diff --git a/Doc/license.rst b/Doc/license.rst index e8dbeb1ef28..90190cd57e0 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 7333b2aa624..763a6c899b4 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