Skip to content

Commit f99623a

Browse files
authored
[3.5] Fix typo in selectors.rst (GH-1383) (#1415)
decriptor -> descriptor (cherry picked from commit b0d8203)
1 parent 2298235 commit f99623a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/selectors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ constants below:
6868
.. class:: SelectorKey
6969

7070
A :class:`SelectorKey` is a :class:`~collections.namedtuple` used to
71-
associate a file object to its underlying file decriptor, selected event
71+
associate a file object to its underlying file descriptor, selected event
7272
mask and attached data. It is returned by several :class:`BaseSelector`
7373
methods.
7474

0 commit comments

Comments
 (0)