From: Mariatta Date: Thu, 13 Apr 2017 03:02:21 +0000 (-0700) Subject: [3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098) X-Git-Tag: v3.6.2rc1~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0c416799b33742af36d7c6608b9a422615fb3d2;p=python [3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098) (cherry picked from commit 3e0f1fc4e0ffcfcc706015fa3d67c262948ef171) --- diff --git a/Doc/library/select.rst b/Doc/library/select.rst index f97118ebe0..bd5442c6a2 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. |