bpo-30047: Fix a typo in Doc/library/select.rst (#1086)

This commit is contained in:
NAKAMURA Osamu 2017-04-12 19:30:40 +09:00 committed by Serhiy Storchaka
parent c7cc14a825
commit 3e0f1fc4e0
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. |