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/signal.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/signal.rst')
-rw-r--r-- | Doc/library/signal.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 9549838..8f814df 100644 --- a/Doc/library/signal.rst +++ b/Doc/library/signal.rst @@ -105,7 +105,7 @@ The variables defined in the :mod:`signal` module are: .. data:: CTRL_C_EVENT - The signal corresponding to the CTRL+C keystroke event. This signal can + The signal corresponding to the :kbd:`Ctrl+C` keystroke event. This signal can only be used with :func:`os.kill`. Availability: Windows. @@ -115,7 +115,7 @@ The variables defined in the :mod:`signal` module are: .. data:: CTRL_BREAK_EVENT - The signal corresponding to the CTRL+BREAK keystroke event. This signal can + The signal corresponding to the :kbd:`Ctrl+Break` keystroke event. This signal can only be used with :func:`os.kill`. Availability: Windows. |