summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric V. Smith <eric@trueblade.com>2014-01-25 10:12:11 (GMT)
committerEric V. Smith <eric@trueblade.com>2014-01-25 10:12:11 (GMT)
commitdf9db26902a4f9ef24233194e6d8ba55f44e2536 (patch)
tree05800b0ca46de81a47f5fe8392bb1b92a7fb79b4
parent1bc4bb2af1f8860517d57f363c27c0e30cda206b (diff)
parentb72e69e52958ca4f381ef1f4a6f2130a7a31f4bf (diff)
downloadcpython-df9db26902a4f9ef24233194e6d8ba55f44e2536.zip
cpython-df9db26902a4f9ef24233194e6d8ba55f44e2536.tar.gz
cpython-df9db26902a4f9ef24233194e6d8ba55f44e2536.tar.bz2
Fix grammar: merge with 3.3.
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index b44a2fe..cda63e4 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`.)