diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-04-13 03:02:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 03:02:21 (GMT) |
commit | f0c416799b33742af36d7c6608b9a422615fb3d2 (patch) | |
tree | 7a7012753b4cb9337914b7ba998d34b21436644f /Doc | |
parent | 03066a05f5cdf96bc3bf15718f586877860f2d47 (diff) | |
download | cpython-f0c416799b33742af36d7c6608b9a422615fb3d2.zip cpython-f0c416799b33742af36d7c6608b9a422615fb3d2.tar.gz cpython-f0c416799b33742af36d7c6608b9a422615fb3d2.tar.bz2 |
[3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)
(cherry picked from commit 3e0f1fc4e0ffcfcc706015fa3d67c262948ef171)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/select.rst | 2 |
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. | |