Fix grammar.

This commit is contained in:
Eric V. Smith 2014-01-25 05:11:43 -05:00
parent f580d5b6f7
commit b72e69e529

View file

@ -1767,7 +1767,7 @@ sched
select
------
Solaris and derivatives platforms have a new class :class:`select.devpoll`
Solaris and derivative platforms have a new class :class:`select.devpoll`
for high performance asynchronous sockets via :file:`/dev/poll`.
(Contributed by Jesús Cea Avión in :issue:`6397`.)