mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Typo fix
This commit is contained in:
parent
34be7cec31
commit
5b1070a32b
1 changed files with 2 additions and 2 deletions
|
@ -113,9 +113,9 @@ Edge and Level Trigger Polling (epoll) Objects
|
|||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLPRI` | Urgent data for read |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLERR` | Error condition happend on the assoc. fd |
|
||||
| :const:`EPOLLERR` | Error condition happened on the assoc. fd |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLHUP` | Hang up happend on the assoc. fd |
|
||||
| :const:`EPOLLHUP` | Hang up happened on the assoc. fd |
|
||||
+-----------------------+-----------------------------------------------+
|
||||
| :const:`EPOLLET` | Set Edge Trigger behavior, the default is |
|
||||
| | Level Trigger behavior |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue