Skip to content

Commit

Permalink
Fix option label mixup for word cloud processor
Browse files Browse the repository at this point in the history
  • Loading branch information
sal-uva committed Dec 8, 2021
1 parent 9c7f8a4 commit 1881dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processors/visualisation/word-cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_options(self, parent_dataset=None, user=None):
"max_words": {
"type": UserInput.OPTION_TEXT,
"default": 200,
"help": "Convert to lowercase?"
"help": "Max words to show"
}
}
return options
Expand Down

0 comments on commit 1881dad

Please sign in to comment.