[Python-checkins] cpython (merge 3.3 -> default): Fix grammar: merge with 3.3.

eric.smith python-checkins at python.org
Sat Jan 25 11:13:21 CET 2014


http://hg.python.org/cpython/rev/92292b81dca4
changeset:   88690:92292b81dca4
parent:      88688:0a3e02251bd6
parent:      88689:a516eec7117e
user:        Eric V. Smith <eric at trueblade.com>
date:        Sat Jan 25 05:12:11 2014 -0500
summary:
  Fix grammar: merge with 3.3.

files:
  Doc/whatsnew/3.3.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1767,7 +1767,7 @@
 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`.)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list