Fixed a small typo
This commit is contained in:
parent
05c09d746a
commit
14da7e5bf9
6
test.py
6
test.py
@ -2052,9 +2052,9 @@ if __name__ == '__main__':
|
||||
help="send commands to screen session SESSION [%default]")
|
||||
p.add_option("-i", "--interrupt", dest="interrupt",
|
||||
action="store_true",
|
||||
help="Stop after defining the snippet. This allows the user" \
|
||||
"to interactively test the snippet in vim. You must give exactly" \
|
||||
"one test case on the cmdline. The test will always fail."
|
||||
help="Stop after defining the snippet. This allows the user " \
|
||||
"to interactively test the snippet in vim. You must give " \
|
||||
"exactly one test case on the cmdline. The test will always fail."
|
||||
)
|
||||
|
||||
o, args = p.parse_args()
|
||||
|
Loading…
Reference in New Issue
Block a user