summaryrefslogtreecommitdiff
path: root/Doc/using/cmdline.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-12 17:45:25 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-12 17:45:25 +0300
commit861244d94dcc973600ebcf241d5a75f94b8cdd26 (patch)
treebcd28acb49d8c7e7fdfe6d7d7bb76016bb2f483b /Doc/using/cmdline.rst
parent8c2ad299f275fac244f13e472ef0c6ca7eb0ea44 (diff)
downloadcpython-861244d94dcc973600ebcf241d5a75f94b8cdd26.tar.gz
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
Diffstat (limited to 'Doc/using/cmdline.rst')
-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 4017ce897c..a46349bcde 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