[3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)

(cherry picked from commit 992ae6444c)
This commit is contained in:
Miss Islington (bot) 2018-01-27 19:52:52 -08:00 committed by Mariatta
parent 4d2dd64471
commit d331515847
2 changed files with 2 additions and 2 deletions

View 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.

View File

@ -14,7 +14,7 @@ BaseException
+-- BufferError
+-- EOFError
+-- ImportError
+-- ModuleNotFoundError
| +-- ModuleNotFoundError
+-- LookupError
| +-- IndexError
| +-- KeyError