From: Brett Cannon Date: Fri, 18 Sep 2015 22:21:02 +0000 (-0700) Subject: Make it clearer that the constants in the selectors docs are module-level X-Git-Tag: v3.5.1rc1~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa00324f731c877bcda7cb6cb7243a437a33ef34;p=python Make it clearer that the constants in the selectors docs are module-level --- diff --git a/Doc/library/selectors.rst b/Doc/library/selectors.rst index f6ef24b6ae..56cfc6bdb7 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 |