mirror of
https://github.com/python/cpython.git
synced 2025-11-19 18:47:27 +00:00
Make it clearer that the constants in the selectors docs are module-level
This commit is contained in:
parent
7188a3efe0
commit
aa00324f73
1 changed files with 2 additions and 2 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue