mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
This commit is contained in:
commit
153627c111
19 changed files with 32 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue