Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bcf01d

Browse files
authored
[3.6] Fix typo in selectors.rst (GH-1383) (#1414)
decriptor -> descriptor (cherry picked from commit b0d8203)
1 parent 564e89f commit 5bcf01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)