From: Andrew M. Kuchling Date: Mon, 7 Apr 2008 23:57:21 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6a3~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b1070a32b36b0f56f2f5fc05df440ad9b3fb120;p=python Typo fix --- diff --git a/Doc/library/select.rst b/Doc/library/select.rst index df3ea9f7d1..3fef9934d8 100644 --- a/Doc/library/select.rst +++ b/Doc/library/select.rst @@ -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 |