diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-12 14:45:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-12 14:45:25 (GMT) |
commit | 0424eaf7533b0f386f6038dbb99f89e30fbbff76 (patch) | |
tree | 8319fe88ab1424714e8346aba8885075ed39b77a /Doc/tutorial/appendix.rst | |
parent | 06171bd52a02173910d7ab8082850bbed0db1410 (diff) | |
download | cpython-0424eaf7533b0f386f6038dbb99f89e30fbbff76.zip cpython-0424eaf7533b0f386f6038dbb99f89e30fbbff76.tar.gz cpython-0424eaf7533b0f386f6038dbb99f89e30fbbff76.tar.bz2 |
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
Diffstat (limited to 'Doc/tutorial/appendix.rst')
-rw-r--r-- | Doc/tutorial/appendix.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/appendix.rst b/Doc/tutorial/appendix.rst index 8670efc..ce50c1e 100644 --- a/Doc/tutorial/appendix.rst +++ b/Doc/tutorial/appendix.rst @@ -25,7 +25,7 @@ some cases of running out of memory. All error messages are written to the standard error stream; normal output from executed commands is written to standard output. -Typing the interrupt character (usually Control-C or DEL) to the primary or +Typing the interrupt character (usually :kbd:`Control-C` or :kbd:`Delete`) to the primary or secondary prompt cancels the input and returns to the primary prompt. [#]_ Typing an interrupt while a command is executing raises the :exc:`KeyboardInterrupt` exception, which may be handled by a :keyword:`try` |