Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e0f1fc

Browse files
osamu0329nakamuraserhiy-storchaka
authored andcommitted
bpo-30047: Fix a typo in Doc/library/select.rst (#1086)
1 parent c7cc14a commit 3e0f1fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Edge and Level Trigger Polling (epoll) Objects
290290
| :const:`EPOLLEXCLUSIVE` | Wake only one epoll object when the |
291291
| | associated fd has an event. The default (if |
292292
| | this flag is not set) is to wake all epoll |
293-
| | objects polling on on a fd. |
293+
| | objects polling on a fd. |
294294
+-------------------------+-----------------------------------------------+
295295
| :const:`EPOLLRDHUP` | Stream socket peer closed connection or shut |
296296
| | down writing half of connection. |

0 commit comments

Comments
 (0)