Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still isn't quite right, it now reads "The select contains the following ...", which is nonsensical. Either remove the leading 'The', or (preferably) add 'module' after select.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that 😞 Fixed here: #1174


Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Lib/test/exception_hierarchy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BaseException
+-- BufferError
+-- EOFError
+-- ImportError
+-- ModuleNotFoundError
| +-- ModuleNotFoundError
+-- LookupError
| +-- IndexError
| +-- KeyError
Expand Down