From aa00324f731c877bcda7cb6cb7243a437a33ef34 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 18 Sep 2015 15:21:02 -0700 Subject: Make it clearer that the constants in the selectors docs are module-level --- Doc/library/selectors.rst | 4 ++-- 1 file 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 | -- cgit v0.12