Marked keystrokes with the :kbd: role.

Fixed the case of the "Ctrl-" prefixes.
This commit is contained in:
Serhiy Storchaka 2015-09-12 17:46:20 +03:00
commit 153627c111
19 changed files with 32 additions and 32 deletions

View file

@ -1174,7 +1174,7 @@ object -- see :ref:`multiprocessing-managers`.
.. note::
If the SIGINT signal generated by Ctrl-C arrives while the main thread is
If the SIGINT signal generated by :kbd:`Ctrl-C` arrives while the main thread is
blocked by a call to :meth:`BoundedSemaphore.acquire`, :meth:`Lock.acquire`,
:meth:`RLock.acquire`, :meth:`Semaphore.acquire`, :meth:`Condition.acquire`
or :meth:`Condition.wait` then the call will be immediately interrupted and