]> granicus.if.org Git - python/commitdiff
Use kbd role.
authorGeorg Brandl <georg@python.org>
Sat, 18 Dec 2010 12:01:15 +0000 (12:01 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 18 Dec 2010 12:01:15 +0000 (12:01 +0000)
Doc/whatsnew/3.2.rst

index 07cbc1c8df16088ac6bd786b6379cdb76631ec69..5efb1f5bcb00ce37e885b8a39ed2ac4625b7ccad 100644 (file)
@@ -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`.)