]> granicus.if.org Git - python/commitdiff
Fix typo in selectors.rst (#1383)
authorTong SHEN <funnycrabneverfail@gmail.com>
Tue, 2 May 2017 13:27:57 +0000 (21:27 +0800)
committerMariatta <Mariatta@users.noreply.github.com>
Tue, 2 May 2017 13:27:57 +0000 (06:27 -0700)
decriptor -> descriptor

Doc/library/selectors.rst

index 1624d88aaed38d804c90bf32713218af011fe28f..6d864a836de075462b3aacce630d180ab2e84a55 100644 (file)
@@ -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.