diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-12 14:46:20 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-12 14:46:20 (GMT) |
commit | 153627c111d755ad45c4699755fd64d89ac2eb66 (patch) | |
tree | 526064c08fe4a5e69227dbca070e319161bc5fab /Doc/library/multiprocessing.rst | |
parent | 9ab96946eef86d2fc0e54262ee7c44f3d5dc3d39 (diff) | |
parent | 0424eaf7533b0f386f6038dbb99f89e30fbbff76 (diff) | |
download | cpython-153627c111d755ad45c4699755fd64d89ac2eb66.zip cpython-153627c111d755ad45c4699755fd64d89ac2eb66.tar.gz cpython-153627c111d755ad45c4699755fd64d89ac2eb66.tar.bz2 |
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r-- | Doc/library/multiprocessing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 8703f8f..2370323 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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 |