mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
#7595: fix typo in argument default constant.
This commit is contained in:
parent
8e3e1d6016
commit
fa1ffb69c4
2 changed files with 2 additions and 2 deletions
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue