]> granicus.if.org Git - python/commitdiff
bpo-30047: Fix a typo in Doc/library/select.rst (#1086)
authorNAKAMURA Osamu <osamu0329nakamura@users.noreply.github.com>
Wed, 12 Apr 2017 10:30:40 +0000 (19:30 +0900)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 12 Apr 2017 10:30:40 +0000 (13:30 +0300)
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.              |