From: Mariatta Date: Wed, 3 May 2017 04:35:43 +0000 (-0700) Subject: [3.6] Fix typo in selectors.rst (GH-1383) (#1414) X-Git-Tag: v3.6.2rc1~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bcf01d4cdc78f6b01e5017ff60da7dbfc34c36b;p=thirdparty%2FPython%2Fcpython.git [3.6] Fix typo in selectors.rst (GH-1383) (#1414) decriptor -> descriptor (cherry picked from commit b0d82036549074357717d130a772d1e2ebc8ea01) --- diff --git a/Doc/library/selectors.rst b/Doc/library/selectors.rst index 1624d88aaed3..6d864a836de0 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.