From: Eric V. Smith Date: Sat, 25 Jan 2014 10:11:43 +0000 (-0500) Subject: Fix grammar. X-Git-Tag: v3.4.0b3~27^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b72e69e52958ca4f381ef1f4a6f2130a7a31f4bf;p=python Fix grammar. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index b44a2fea41..cda63e4928 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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`.)