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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b72e69e52958ca4f381ef1f4a6f2130a7a31f4bf;p=thirdparty%2FPython%2Fcpython.git Fix grammar. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index b44a2fea4116..cda63e4928e2 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`.)