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

Skip to content

Commit f0c4167

Browse files
authored
[3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)
(cherry picked from commit 3e0f1fc)
1 parent 03066a0 commit f0c4167

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)