Skip to content

Commit a871ede

Browse files
author
Foxlet
committed
Grammar...
1 parent 1bdb972 commit a871ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/wyr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def wyr(bot):
1818
choice2 = data['choiceb'].strip().lower().rstrip('.?,!').lstrip('.')
1919
link = data['link']
2020

21-
# get a list all the words in the answers
21+
# get a list of all the words in the answers
2222
text = choice1.split() + choice2.split()
2323
text = [word for word in text if word != "a"]
2424

0 commit comments

Comments
 (0)