summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
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/library/unittest.rst
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/library/unittest.rst')
-rw-r--r--Doc/library/unittest.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 1153f83..d3a3649 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -204,8 +204,8 @@ Command-line options
.. cmdoption:: -c, --catch
- Control-C during the test run waits for the current test to end and then
- reports all the results so far. A second control-C raises the normal
+ :kbd:`Control-C` during the test run waits for the current test to end and then
+ reports all the results so far. A second :kbd:`Control-C` raises the normal
:exc:`KeyboardInterrupt` exception.
See `Signal Handling`_ for the functions that provide this functionality.