summaryrefslogtreecommitdiffstats
path: root/Doc/library/select.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-04-07 23:57:21 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-04-07 23:57:21 (GMT)
commit5b1070a32b36b0f56f2f5fc05df440ad9b3fb120 (patch)
tree12f2eeffd83afb3373db663427e164b54fb8d3f2 /Doc/library/select.rst
parent34be7cec319405a0d33d1b443f2811c9f052a2a9 (diff)
downloadcpython-5b1070a32b36b0f56f2f5fc05df440ad9b3fb120.zip
cpython-5b1070a32b36b0f56f2f5fc05df440ad9b3fb120.tar.gz
cpython-5b1070a32b36b0f56f2f5fc05df440ad9b3fb120.tar.bz2
Typo fix
Diffstat (limited to 'Doc/library/select.rst')
-rw-r--r--Doc/library/select.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst
index df3ea9f..3fef993 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 |