diff options
-rw-r--r-- | Doc/library/selectors.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/selectors.rst b/Doc/library/selectors.rst index f6ef24b..56cfc6b 100644 --- a/Doc/library/selectors.rst +++ b/Doc/library/selectors.rst @@ -50,8 +50,8 @@ Classes hierarchy:: In the following, *events* is a bitwise mask indicating which I/O events should -be waited for on a given file object. It can be a combination of the constants -below: +be waited for on a given file object. It can be a combination of the modules +constants below: +-----------------------+-----------------------------------------------+ | Constant | Meaning | |