diff options
| -rw-r--r-- | weatbag/words.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/words.py b/weatbag/words.py index 3555046..05661aa 100644 --- a/weatbag/words.py +++ b/weatbag/words.py @@ -25,5 +25,5 @@ surroundings = {'surroundings', 'around', 'scenery'} prepositions = {'up', 'down', 'on', 'under', 'in', 'at', 'to', 'with', 'and'} # yes/no -yes = {'yes','Yes','y','Y','Yup','yup','ye','Ye'} -no = {'no','No','n','N','Nope','nope','NOPE'} +yes = {'yes','y','yup','ye'} +no = {'no','n','nope'} |
