mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
[3.6] Fix typo in selectors.rst (GH-1383) (#1414)
decriptor -> descriptor
(cherry picked from commit b0d8203654
)
This commit is contained in:
parent
564e89f43b
commit
5bcf01d4cd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue