Skip to content

Commit 70cc5ad

Browse files
committed
Merge remote-tracking branch 'origin/python3.4' into python3.4
2 parents 4400a85 + a871ede commit 70cc5ad

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)