summaryrefslogtreecommitdiffstats
path: root/Lib/unittest
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-09-12 14:45:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-09-12 14:45:25 (GMT)
commit0424eaf7533b0f386f6038dbb99f89e30fbbff76 (patch)
tree8319fe88ab1424714e8346aba8885075ed39b77a /Lib/unittest
parent06171bd52a02173910d7ab8082850bbed0db1410 (diff)
downloadcpython-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 'Lib/unittest')
-rw-r--r--Lib/unittest/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/main.py b/Lib/unittest/main.py
index 180df86..e750ca5 100644
--- a/Lib/unittest/main.py
+++ b/Lib/unittest/main.py
@@ -168,7 +168,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',