Skip to content

Commit

Permalink
Fix one of the correction messages
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Jun 22, 2014
1 parent 70bb47f commit 4c09ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar/Wording.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def english_join(x, conjunction='and'):
# Correction reasons
why_reasons = {
'its': (u"‘its’ belongs to ‘it’", u"‘its’ belongs to ‘it’; ‘it's’ means ‘it is’",),
'your': (u"‘your’ doesn't mean ‘you are’; ‘your’ does", u"‘your’ belongs to ‘you’",),
'your': (u"‘your’ doesn't mean ‘you are’; ‘you're’ does", u"‘your’ belongs to ‘you’",),
'its_po': (u"‘it's’ doesn't belong to ‘it’; ‘its’ does", u"‘it's’ means ‘it is’",),
'your_po': (u"‘you're’ doesn't belong to ‘you’; ‘your’ does", u"‘you're’ means ‘you are’",),
'there_their': (u"‘there’ doesn't belong to ‘them’; ‘their’ does",),
Expand Down

0 comments on commit 4c09ab1

Please sign in to comment.