summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-04 00:58:48 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-04 00:58:48 (GMT)
commitb6bb3ad56715838f55fd3da768550910cb3b9abc (patch)
tree07386e99c0ac7bc9f8aae543951453c98403b2e9
parentaa26488711c0bd0fbe10a0c5139e7bbc5d0d4c35 (diff)
downloadcpython-b6bb3ad56715838f55fd3da768550910cb3b9abc.zip
cpython-b6bb3ad56715838f55fd3da768550910cb3b9abc.tar.gz
cpython-b6bb3ad56715838f55fd3da768550910cb3b9abc.tar.bz2
Whatsnew typo
-rw-r--r--Doc/whatsnew/3.3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 1e9348d..088ea4a 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