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

Skip to content

Commit b0d8203

Browse files
funnycrabMariatta
authored andcommitted
Fix typo in selectors.rst (#1383)
decriptor -> descriptor
1 parent 9997073 commit b0d8203

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)