Make it clearer that the constants in the selectors docs are module-level
This commit is contained in:
parent
7188a3efe0
commit
aa00324f73
|
@ -50,8 +50,8 @@ Classes hierarchy::
|
||||||
|
|
||||||
|
|
||||||
In the following, *events* is a bitwise mask indicating which I/O events should
|
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
|
be waited for on a given file object. It can be a combination of the modules
|
||||||
below:
|
constants below:
|
||||||
|
|
||||||
+-----------------------+-----------------------------------------------+
|
+-----------------------+-----------------------------------------------+
|
||||||
| Constant | Meaning |
|
| Constant | Meaning |
|
||||||
|
|
Loading…
Reference in New Issue