mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
This commit is contained in:
parent
06171bd52a
commit
0424eaf753
19 changed files with 32 additions and 32 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue