From 37ce010f5ad37175fa5a754d8f25454250c76a2d Mon Sep 17 00:00:00 2001 From: Tong Shen Date: Tue, 2 May 2017 18:38:15 +0800 Subject: [PATCH] Fix typo in selectors.rst --- Doc/library/selectors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/selectors.rst b/Doc/library/selectors.rst index 1624d88aaed38d8..6d864a836de0754 100644 --- a/Doc/library/selectors.rst +++ b/Doc/library/selectors.rst @@ -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.