]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 7 Apr 2008 23:57:21 +0000 (23:57 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 7 Apr 2008 23:57:21 +0000 (23:57 +0000)
Doc/library/select.rst

index df3ea9f7d1ad838ce94db14e1234ca7451dd02c7..3fef9934d8b25981edc1a5a4465c5ad8f93d26d7 100644 (file)
@@ -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                        |