summaryrefslogtreecommitdiff
path: root/Modules/selectmodule.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-12-29 21:09:17 +0000
committerGeorg Brandl <georg@python.org>2009-12-29 21:09:17 +0000
commit14970f0eb96a33ea49807aa48826b1cbc91e093f (patch)
tree8502645f611beaa4325c2a1c2ee363f5e9cb4ed6 /Modules/selectmodule.c
parentae5375477f2c87d8f522c1b7fa0ffea25863825d (diff)
downloadcpython-14970f0eb96a33ea49807aa48826b1cbc91e093f.tar.gz
#7595: fix typo in argument default constant.
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r--Modules/selectmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index acbea7a760..f243a1d0a2 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -1161,7 +1161,7 @@ static PyTypeObject pyEpoll_Type = {
#endif
PyDoc_STRVAR(kqueue_event_doc,
-"kevent(ident, filter=KQ_FILTER_READ, flags=KQ_ADD, fflags=0, data=0, udata=0)\n\
+"kevent(ident, filter=KQ_FILTER_READ, flags=KQ_EV_ADD, fflags=0, data=0, udata=0)\n\
\n\
This object is the equivalent of the struct kevent for the C API.\n\
\n\