We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47a400 commit 507898dCopy full SHA for 507898d
Modules/selectmodule.c
@@ -1438,7 +1438,7 @@ PyDoc_STRVAR(pyepoll_register_doc,
1438
Registers a new fd or raises an OSError if the fd is already registered.\n\
1439
fd is the target file descriptor of the operation.\n\
1440
events is a bit set composed of the various EPOLL constants; the default\n\
1441
-is EPOLL_IN | EPOLL_OUT | EPOLL_PRI.\n\
+is EPOLLIN | EPOLLOUT | EPOLLPRI.\n\
1442
\n\
1443
The epoll interface supports all file descriptors that support poll.");
1444
0 commit comments