From: Jesus Cea Date: Thu, 4 Oct 2012 00:58:48 +0000 (+0200) Subject: Whatsnew typo X-Git-Tag: v3.4.0a1~2387^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6bb3ad56715838f55fd3da768550910cb3b9abc;p=python Whatsnew typo --- 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