[Python-checkins] cpython (3.3): Whatsnew typo

jesus.cea python-checkins at python.org
Thu Oct 4 02:59:33 CEST 2012


http://hg.python.org/cpython/rev/b9d67293d970
changeset:   79442:b9d67293d970
branch:      3.3
parent:      79440:bdbbd6bb5c55
user:        Jesus Cea <jcea at jcea.es>
date:        Thu Oct 04 02:58:48 2012 +0200
summary:
  Whatsnew typo

files:
  Doc/whatsnew/3.3.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 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
@@ -1725,8 +1725,8 @@
 select
 ------
 
-Solaris and derived platforms have a new class :class:`select.devpoll`
-for high performance asyncronous sockets via :file:`/dev/poll`.
+Solaris and derivatives platforms have a new class :class:`select.devpoll`
+for high performance asynchronous sockets via :file:`/dev/poll`.
 
 
 shlex

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


More information about the Python-checkins mailing list