Skip to content

Commit 617e033

Browse files
committed
docs/select: Add an article.
1 parent 07209f8 commit 617e033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library/select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Methods
6161
list of (``obj``, ``event``, ...) tuples, ``event`` element specifies
6262
which events happened with a stream and is a combination of `select.POLL*`
6363
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
64+
on a platform and version, so don't assume that its size is 2. In case of
6565
timeout, an empty list is returned.
6666

6767
Timeout is in milliseconds.

0 commit comments

Comments
 (0)