diff options
author | Brett Cannon <brett@python.org> | 2015-09-18 22:21:02 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2015-09-18 22:21:02 (GMT) |
commit | aa00324f731c877bcda7cb6cb7243a437a33ef34 (patch) | |
tree | 76129f8b44b854dfaa033e70532040642af49ff0 /Doc/library | |
parent | 7188a3efe07b9effdb760f3a96783f250214f0be (diff) | |
download | cpython-aa00324f731c877bcda7cb6cb7243a437a33ef34.zip cpython-aa00324f731c877bcda7cb6cb7243a437a33ef34.tar.gz cpython-aa00324f731c877bcda7cb6cb7243a437a33ef34.tar.bz2 |
Make it clearer that the constants in the selectors docs are module-level
Diffstat (limited to 'Doc/library')
-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 | |