[Python-checkins] r87366 - python/branches/py3k/Doc/whatsnew/3.2.rst

georg.brandl python-checkins at python.org
Sat Dec 18 13:01:15 CET 2010


Author: georg.brandl
Date: Sat Dec 18 13:01:15 2010
New Revision: 87366

Log:
Use kbd role.

Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Sat Dec 18 13:01:15 2010
@@ -1385,7 +1385,7 @@
 * 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`.)
 
 


More information about the Python-checkins mailing list