From 14da7e5bf973cedb606071a8228b9d26b8ad7af8 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Sun, 22 Aug 2010 13:57:19 +0200 Subject: [PATCH] Fixed a small typo --- test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.py b/test.py index d49ec87..30f0303 100755 --- a/test.py +++ b/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()