From 438d4ef81e89a2cd5463ed269ec114813846b6e1 Mon Sep 17 00:00:00 2001 From: Andrew Anker Date: Sun, 27 Nov 2022 09:55:21 -0800 Subject: [PATCH] Fix verbiage on convert help --- xwordlist/xwordlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwordlist/xwordlist.py b/xwordlist/xwordlist.py index 2667b84..51b5b1f 100755 --- a/xwordlist/xwordlist.py +++ b/xwordlist/xwordlist.py @@ -237,7 +237,7 @@ def main(): better understand how this works.' parser.add_argument('--word2word', action='store_true', help=word2word_help) - convert_help = 'Convert a block of text into individual words, separating words by spaces' + convert_help = 'Convert a block of text into individual words, separating words by spaces ' parser.add_argument('--convert', nargs='?', const=defArgs['defaults']['convert'], help=convert_help) alphabetize_help = 'Alphabetize the list '