summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-12 14:46:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-12 14:46:20 (GMT)
commit153627c111d755ad45c4699755fd64d89ac2eb66 (patch)
tree526064c08fe4a5e69227dbca070e319161bc5fab /Doc/using
parent9ab96946eef86d2fc0e54262ee7c44f3d5dc3d39 (diff)
parent0424eaf7533b0f386f6038dbb99f89e30fbbff76 (diff)
downloadcpython-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/using')
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 701c624..c7210a0 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -41,7 +41,7 @@ additional methods of invocation:
* When called with standard input connected to a tty device, it prompts for
commands and executes them until an EOF (an end-of-file character, you can
- produce that with *Ctrl-D* on UNIX or *Ctrl-Z, Enter* on Windows) is read.
+ produce that with :kbd:`Ctrl-D` on UNIX or :kbd:`Ctrl-Z, Enter` on Windows) is read.
* When called with a file name argument or with a file as standard input, it
reads and executes a script from that file.
* When called with a directory name argument, it reads and executes an