summaryrefslogtreecommitdiff
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-12 17:46:20 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-12 17:46:20 +0300
commit153627c111d755ad45c4699755fd64d89ac2eb66 (patch)
tree526064c08fe4a5e69227dbca070e319161bc5fab /Doc/library/multiprocessing.rst
parent9ab96946eef86d2fc0e54262ee7c44f3d5dc3d39 (diff)
parent0424eaf7533b0f386f6038dbb99f89e30fbbff76 (diff)
downloadcpython-git-153627c111d755ad45c4699755fd64d89ac2eb66.tar.gz
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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 8703f8f5ec..2370323151 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