mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
#9258: fix copy-paste errors.
This commit is contained in:
parent
996903120c
commit
e767e047c8
1 changed files with 3 additions and 3 deletions
|
@ -41,14 +41,14 @@ The module defines the following:
|
||||||
|
|
||||||
.. function:: kqueue()
|
.. function:: kqueue()
|
||||||
|
|
||||||
(Only supported on BSD.) Returns a kernel queue object object; see section
|
(Only supported on BSD.) Returns a kernel queue object; see section
|
||||||
:ref:`kqueue-objects` below for the methods supported by kqueue objects.
|
:ref:`kqueue-objects` below for the methods supported by kqueue objects.
|
||||||
|
|
||||||
|
|
||||||
.. function:: kevent(ident, filter=KQ_FILTER_READ, flags=KQ_EV_ADD, fflags=0, data=0, udata=0)
|
.. function:: kevent(ident, filter=KQ_FILTER_READ, flags=KQ_EV_ADD, fflags=0, data=0, udata=0)
|
||||||
|
|
||||||
(Only supported on BSD.) Returns a kernel event object object; see section
|
(Only supported on BSD.) Returns a kernel event object; see section
|
||||||
:ref:`kevent-objects` below for the methods supported by kqueue objects.
|
:ref:`kevent-objects` below for the methods supported by kevent objects.
|
||||||
|
|
||||||
|
|
||||||
.. function:: select(rlist, wlist, xlist[, timeout])
|
.. function:: select(rlist, wlist, xlist[, timeout])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue