summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNAKAMURA Osamu <osamu0329nakamura@users.noreply.github.com>2017-04-12 10:30:40 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-04-12 10:30:40 (GMT)
commit3e0f1fc4e0ffcfcc706015fa3d67c262948ef171 (patch)
tree2a520d934cf631a6b85ced80bb492b34f57b3ede /Doc
parentc7cc14a825ec156c76329f65bed0d0bd6e03d035 (diff)
downloadcpython-3e0f1fc4e0ffcfcc706015fa3d67c262948ef171.zip
cpython-3e0f1fc4e0ffcfcc706015fa3d67c262948ef171.tar.gz
cpython-3e0f1fc4e0ffcfcc706015fa3d67c262948ef171.tar.bz2
bpo-30047: Fix a typo in Doc/library/select.rst (#1086)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/select.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst
index f97118e..bd5442c 100644
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -290,7 +290,7 @@ Edge and Level Trigger Polling (epoll) Objects
| :const:`EPOLLEXCLUSIVE` | Wake only one epoll object when the |
| | associated fd has an event. The default (if |
| | this flag is not set) is to wake all epoll |
- | | objects polling on on a fd. |
+ | | objects polling on a fd. |
+-------------------------+-----------------------------------------------+
| :const:`EPOLLRDHUP` | Stream socket peer closed connection or shut |
| | down writing half of connection. |