summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-18 12:01:15 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-18 12:01:15 (GMT)
commiteebb252e6b67c4dcbc079cdf3f06c9e820fcc514 (patch)
treefe2cbaa97c2b12d11286cfb68f328f7e790077cb /Doc
parent5d53fdd1ac69d5fbcd52a7a92c3a2e2e934c352c (diff)
downloadcpython-eebb252e6b67c4dcbc079cdf3f06c9e820fcc514.zip
cpython-eebb252e6b67c4dcbc079cdf3f06c9e820fcc514.tar.gz
cpython-eebb252e6b67c4dcbc079cdf3f06c9e820fcc514.tar.bz2
Use kbd role.
Diffstat (limited to 'Doc')
-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 07cbc1c..5efb1f5 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1385,7 +1385,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 (by pressing Ctl+C in most shells).
+ process (by pressing :kbd:`Ctrl+C` in most shells).
(Contributed by Reid Kleckner; :issue:`8844`.)