diff -r ae76a1046bb9 Modules/selectmodule.c --- a/Modules/selectmodule.c Wed Mar 16 14:30:16 2016 +0100 +++ b/Modules/selectmodule.c Sat May 14 12:54:41 2016 +0200 @@ -1438,7 +1438,7 @@ Registers a new fd or raises an OSError if the fd is already registered.\n\ fd is the target file descriptor of the operation.\n\ events is a bit set composed of the various EPOLL constants; the default\n\ -is EPOLL_IN | EPOLL_OUT | EPOLL_PRI.\n\ +is EPOLLIN | EPOLLOUT | EPOLLPRI.\n\ \n\ The epoll interface supports all file descriptors that support poll.");