[Python-checkins] r62220 - python/trunk/Doc/library/select.rst
andrew.kuchling
python-checkins at python.org
Tue Apr 8 01:57:21 CEST 2008
Author: andrew.kuchling
Date: Tue Apr 8 01:57:21 2008
New Revision: 62220
Modified:
python/trunk/Doc/library/select.rst
Log:
Typo fix
Modified: python/trunk/Doc/library/select.rst
==============================================================================
--- python/trunk/Doc/library/select.rst (original)
+++ python/trunk/Doc/library/select.rst Tue Apr 8 01:57:21 2008
@@ -113,9 +113,9 @@
+-----------------------+-----------------------------------------------+
| :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 |
More information about the Python-checkins
mailing list