Make it clearer that the constants in the selectors docs are module-level

This commit is contained in:
Brett Cannon 2015-09-18 15:21:02 -07:00
parent 7188a3efe0
commit aa00324f73
1 changed files with 2 additions and 2 deletions

View File

@ -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 |