summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-12-16 00:30:53 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-12-16 00:30:53 (GMT)
commit48f3bd331cd798ba0aa0061713aead0466c0b970 (patch)
tree24e2cf98ba9a8c8a40f0a1e54fb657976d311f3d /Doc/whatsnew
parent055d2e0da4d8a2cb40d84fa99ceda85443680e9c (diff)
downloadcpython-48f3bd331cd798ba0aa0061713aead0466c0b970.zip
cpython-48f3bd331cd798ba0aa0061713aead0466c0b970.tar.gz
cpython-48f3bd331cd798ba0aa0061713aead0466c0b970.tar.bz2
Nits
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index b2dc01f..4e6384e 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1311,7 +1311,7 @@ Multi-threading
* Regular and recursive lock acquisitions can now be interrupted by signals on
platforms using pthreads. This means that Python programs that deadlock while
acquiring locks can be successfully killed by repeatedly sending SIGINT to the
- process (ie, by pressing Ctl+C in most shells).
+ process (by pressing Ctl+C in most shells).
(Contributed by Reid Kleckner; :issue:`8844`.)