Use kbd role.

This commit is contained in:
Georg Brandl 2010-12-18 12:01:15 +00:00
parent 5d53fdd1ac
commit eebb252e6b
1 changed files with 1 additions and 1 deletions

View 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`.)