summaryrefslogtreecommitdiffstats
path: root/Doc/library/selectors.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-24 08:06:33 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-24 08:06:33 (GMT)
commit77605cb93727fd0fc8809af6e9292e12c8200cb2 (patch)
tree73dd4f3644b64a05c463d553c7f9bfc18ce5f768 /Doc/library/selectors.rst
parent29636aeaccaf6a1412e0dc7c230db29cccf68381 (diff)
parentdf48b97855b378a13d852656d358ca92ecbe4aa3 (diff)
downloadcpython-77605cb93727fd0fc8809af6e9292e12c8200cb2.zip
cpython-77605cb93727fd0fc8809af6e9292e12c8200cb2.tar.gz
cpython-77605cb93727fd0fc8809af6e9292e12c8200cb2.tar.bz2
merge with 3.4
Diffstat (limited to 'Doc/library/selectors.rst')
-rw-r--r--Doc/library/selectors.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/selectors.rst b/Doc/library/selectors.rst
index 980a398..8bd9e1c 100644
--- a/Doc/library/selectors.rst
+++ b/Doc/library/selectors.rst
@@ -217,7 +217,7 @@ below:
This returns the file descriptor used by the underlying
:func:`select.devpoll` object.
-.. versionadded:: 3.5
+ .. versionadded:: 3.5
.. class:: KqueueSelector()