]> granicus.if.org Git - python/commitdiff
Whatsnew typo
authorJesus Cea <jcea@jcea.es>
Thu, 4 Oct 2012 00:58:48 +0000 (02:58 +0200)
committerJesus Cea <jcea@jcea.es>
Thu, 4 Oct 2012 00:58:48 +0000 (02:58 +0200)
Doc/whatsnew/3.3.rst

index 1e9348d74d4b639ba6abdaa80648ee0aa0d6e4cf..088ea4a0defd55605e41e0390a059f0e30e74ee0 100644 (file)
@@ -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