diff options
author | Brett Cannon <brett@python.org> | 2015-09-18 22:21:22 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2015-09-18 22:21:22 (GMT) |
commit | 6631b550d68789bce9fe2536e501539d7b649042 (patch) | |
tree | 30fe4fb0d179ad5eeaac713b64666ae5279771f5 | |
parent | 36df60fe75dee098827cc2743afdb78b9a335491 (diff) | |
parent | aa00324f731c877bcda7cb6cb7243a437a33ef34 (diff) | |
download | cpython-6631b550d68789bce9fe2536e501539d7b649042.zip cpython-6631b550d68789bce9fe2536e501539d7b649042.tar.gz cpython-6631b550d68789bce9fe2536e501539d7b649042.tar.bz2 |
Merge for issue #25133
-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 | |