diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-01-28 03:52:52 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2018-01-28 03:52:52 (GMT) |
commit | d331515847f0a053b929e5a4795715cb111f42b3 (patch) | |
tree | a0c821249bea2a8b51175b2cefb46a2bbb4fa576 /Doc/license.rst | |
parent | 4d2dd64471c5047fe4aa24fb407e9d855344388e (diff) | |
download | cpython-d331515847f0a053b929e5a4795715cb111f42b3.zip cpython-d331515847f0a053b929e5a4795715cb111f42b3.tar.gz cpython-d331515847f0a053b929e5a4795715cb111f42b3.tar.bz2 |
[3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)
(cherry picked from commit 992ae6444cc745c23d3bcc604983cc8e39405bd2)
Diffstat (limited to 'Doc/license.rst')
-rw-r--r-- | Doc/license.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index e8dbeb1..90190cd 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. |