From 617e033e2fe2315c66873bdd44d5bc963a3f0e0f Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sat, 18 Jun 2016 19:05:12 +0300
Subject: [PATCH] docs/select: Add an article.

---
 docs/library/select.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
GitLab