Skip to content

Commit

Permalink
Fix verbiage on convert help
Browse files Browse the repository at this point in the history
  • Loading branch information
aanker committed Nov 27, 2022
1 parent 256735a commit 438d4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xwordlist/xwordlist.py
Expand Up @@ -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 '
Expand Down

0 comments on commit 438d4ef

Please sign in to comment.