From 0d43b4fb8c481afe4b7d677318c365431777b2f2 Mon Sep 17 00:00:00 2001 From: QualCoder Developer Date: Fri, 22 Dec 2023 13:12:44 +1100 Subject: [PATCH] Add files via upload --- qualcoder/simple_wordcloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qualcoder/simple_wordcloud.py b/qualcoder/simple_wordcloud.py index cbc4315e3..6c3fa7358 100644 --- a/qualcoder/simple_wordcloud.py +++ b/qualcoder/simple_wordcloud.py @@ -106,7 +106,7 @@ def exception_handler(exception_type, value, tb_obj): "w", "was", "wasn't", "we", "we're", "we've", "were", "weren't", "what", "what's", "when", "where", "which", "while", "who", "who's", "whom", "why", "will", "with", "would", "wouldn't", - "x", "y", "you", "you'd", "you'ld", "you're", "your", "yours", "yourself", "yourselves", "z"] + "x", "y", "you", "you'd", "you'ld", "you're", "you've", "your", "yours", "yourself", "yourselves", "z"] class Wordcloud: