diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-01-28 05:06:12 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2018-01-28 05:06:12 (GMT) |
commit | 0135dfdc1fb3bbbc5080f86c86b20a8961dbc11a (patch) | |
tree | 5d898debe53f3c9cc0139375eab63a34ff2114b0 /Doc | |
parent | d331515847f0a053b929e5a4795715cb111f42b3 (diff) | |
download | cpython-0135dfdc1fb3bbbc5080f86c86b20a8961dbc11a.zip cpython-0135dfdc1fb3bbbc5080f86c86b20a8961dbc11a.tar.gz cpython-0135dfdc1fb3bbbc5080f86c86b20a8961dbc11a.tar.bz2 |
Minor grammar fixes to License.rst (GH-1174) (GH-5373)
(cherry picked from commit 8312fba0a1ef8f0a1a6c1760c73a89e29cfca09a)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/license.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 90190cd..aa4b145 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -545,7 +545,7 @@ The :mod:`xmlrpc.client` module contains the following notice:: test_epoll ---------- -The :mod:`test_epoll` contains the following notice:: +The :mod:`test_epoll` module contains the following notice:: Copyright (c) 2001-2006 Twisted Matrix Laboratories. @@ -571,7 +571,8 @@ The :mod:`test_epoll` contains the following notice:: Select kqueue ------------- -The :mod:`select` contains the following notice for the kqueue interface:: +The :mod:`select` module contains the following notice for the kqueue +interface:: Copyright (c) 2000 Doug White, 2006 James Knight, 2007 Christian Heimes All rights reserved. @@ -927,7 +928,7 @@ on the cfuhash project:: libmpdec -------- -The :mod:`_decimal` Module is built using an included copy of the libmpdec +The :mod:`_decimal` module is built using an included copy of the libmpdec library unless the build is configured ``--with-system-libmpdec``:: Copyright (c) 2008-2016 Stefan Krah. All rights reserved. |