]> granicus.if.org Git - python/commitdiff
[3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)
authorMariatta <Mariatta@users.noreply.github.com>
Thu, 13 Apr 2017 03:02:21 +0000 (20:02 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Apr 2017 03:02:21 +0000 (20:02 -0700)
(cherry picked from commit 3e0f1fc4e0ffcfcc706015fa3d67c262948ef171)

Doc/library/select.rst

index f97118ebe05788813a4493ecf49e6b7f3d792e1d..bd5442c6a27aa0917e20e80d63517fe1254c2a5f 100644 (file)
@@ -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.              |