Fix typo in selectors.rst (#1383)

decriptor -> descriptor
This commit is contained in:
Tong SHEN 2017-05-02 21:27:57 +08:00 committed by Mariatta
parent 9997073736
commit b0d8203654
1 changed files with 1 additions and 1 deletions

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.