diff options
author | cocoatomo <cocoatomo77@gmail.com> | 2017-04-19 00:38:26 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-04-19 00:38:26 (GMT) |
commit | 992ae6444cc745c23d3bcc604983cc8e39405bd2 (patch) | |
tree | ab1611d94d5dffb53eda98612d4a0f4c055eb1fd /Doc/license.rst | |
parent | d6d344d8330a5975fc102e8f275d47044294f1d1 (diff) | |
download | cpython-992ae6444cc745c23d3bcc604983cc8e39405bd2.zip cpython-992ae6444cc745c23d3bcc604983cc8e39405bd2.tar.gz cpython-992ae6444cc745c23d3bcc604983cc8e39405bd2.tar.bz2 |
Fix minor typos (GH-1173)
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 49d29ce..6b5cdc8 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. |