Skip to content

Commit 507898d

Browse files
committed
issue27018 - Fix the documentation of select.epoll.register method.
1 parent f47a400 commit 507898d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/selectmodule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ PyDoc_STRVAR(pyepoll_register_doc,
14381438
Registers a new fd or raises an OSError if the fd is already registered.\n\
14391439
fd is the target file descriptor of the operation.\n\
14401440
events is a bit set composed of the various EPOLL constants; the default\n\
1441-
is EPOLL_IN | EPOLL_OUT | EPOLL_PRI.\n\
1441+
is EPOLLIN | EPOLLOUT | EPOLLPRI.\n\
14421442
\n\
14431443
The epoll interface supports all file descriptors that support poll.");
14441444

0 commit comments

Comments
 (0)