diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-18 19:05:12 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-18 19:06:42 +0300 |
commit | 617e033e2fe2315c66873bdd44d5bc963a3f0e0f (patch) | |
tree | 137afd64864bc4b53e96c8f6b020227af5028c0e /docs/library | |
parent | 07209f8592f15435d6abbccaad5347cea2c7722e (diff) |
docs/select: Add an article.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/select.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/select.rst b/docs/library/select.rst index c24f010e6..8dcd4080f 100644 --- a/docs/library/select.rst +++ b/docs/library/select.rst @@ -61,7 +61,7 @@ Methods list of (``obj``, ``event``, ...) tuples, ``event`` element specifies which events happened with a stream and is a combination of `select.POLL*` constants described above. There may be other elements in tuple, depending - 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 timeout, an empty list is returned. Timeout is in milliseconds. |