We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07209f8 commit 617e033Copy full SHA for 617e033
docs/library/select.rst
@@ -61,7 +61,7 @@ Methods
61
list of (``obj``, ``event``, ...) tuples, ``event`` element specifies
62
which events happened with a stream and is a combination of `select.POLL*`
63
constants described above. There may be other elements in tuple, depending
64
- on platform and version, so don't assume that its size is 2. In case of
+ on a platform and version, so don't assume that its size is 2. In case of
65
timeout, an empty list is returned.
66
67
Timeout is in milliseconds.
0 commit comments