bpo-30047: Fix a typo in Doc/library/select.rst (#1086)
This commit is contained in:
parent
c7cc14a825
commit
3e0f1fc4e0
|
@ -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. |
|
||||
|
|
Loading…
Reference in New Issue