mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
#3852: fix some select.kqueue and kevent docs.
This commit is contained in:
parent
e1d9dca794
commit
2f3bd8364a
2 changed files with 4 additions and 4 deletions
|
|
@ -1607,7 +1607,7 @@ kqueue_queue_control(kqueue_queue_Object *self, PyObject *args)
|
|||
}
|
||||
|
||||
PyDoc_STRVAR(kqueue_queue_control_doc,
|
||||
"control(changelist, max_events=0[, timeout=None]) -> eventlist\n\
|
||||
"control(changelist, max_events[, timeout=None]) -> eventlist\n\
|
||||
\n\
|
||||
Calls the kernel kevent function.\n\
|
||||
- changelist must be a list of kevent objects describing the changes\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue