summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTong SHEN <funnycrabneverfail@gmail.com>2017-05-02 13:27:57 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-05-02 13:27:57 (GMT)
commitb0d82036549074357717d130a772d1e2ebc8ea01 (patch)
tree5b8b900186b54a1a3a519c3257948d8efd152780 /Doc
parent999707373630ce090300c3c542066f493b12faa0 (diff)
downloadcpython-b0d82036549074357717d130a772d1e2ebc8ea01.zip
cpython-b0d82036549074357717d130a772d1e2ebc8ea01.tar.gz
cpython-b0d82036549074357717d130a772d1e2ebc8ea01.tar.bz2
Fix typo in selectors.rst (#1383)
decriptor -> descriptor
Diffstat (limited to 'Doc')
-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 1624d88..6d864a8 100644
--- a/Doc/library/selectors.rst
+++ b/Doc/library/selectors.rst
@@ -68,7 +68,7 @@ constants below:
.. class:: SelectorKey
A :class:`SelectorKey` is a :class:`~collections.namedtuple` used to
- associate a file object to its underlying file decriptor, selected event
+ associate a file object to its underlying file descriptor, selected event
mask and attached data. It is returned by several :class:`BaseSelector`
methods.