diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-04 02:58:48 +0200 |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-04 02:58:48 +0200 |
commit | 5b5ce1f8649ac2cae3c2024ea17eedb3ac6957db (patch) | |
tree | 6379fe2ea95c93a85da4da91de11778da2a44af0 /Doc/whatsnew/3.3.rst | |
parent | ec69b24a004ed4396003beb6c187ac00101f0092 (diff) | |
download | cpython-5b5ce1f8649ac2cae3c2024ea17eedb3ac6957db.tar.gz |
Whatsnew typo
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | 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 index 1e9348d74d..088ea4a0de 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1725,8 +1725,8 @@ sched 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 |