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: