[3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)

(cherry picked from commit 3e0f1fc4e0)
This commit is contained in:
Mariatta 2017-04-12 20:02:21 -07:00 committed by GitHub
parent 03066a05f5
commit f0c416799b
1 changed files with 1 additions and 1 deletions

View 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. |