[3.6] Fix typo in selectors.rst (GH-1383) (#1414)

decriptor -> descriptor
(cherry picked from commit b0d8203654)
This commit is contained in:
Mariatta 2017-05-02 21:35:43 -07:00 committed by GitHub
parent 564e89f43b
commit 5bcf01d4cd

View file

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