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 /Lib/unittest/main.py | |
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 'Lib/unittest/main.py')
-rw-r--r-- | Lib/unittest/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/main.py b/Lib/unittest/main.py index b209a3a..09fefe1 100644 --- a/Lib/unittest/main.py +++ b/Lib/unittest/main.py @@ -171,7 +171,7 @@ class TestProgram(object): if self.catchbreak is None: parser.add_argument('-c', '--catch', dest='catchbreak', action='store_true', - help='Catch ctrl-C and display results so far') + help='Catch Ctrl-C and display results so far') self.catchbreak = False if self.buffer is None: parser.add_argument('-b', '--buffer', dest='buffer', |