Skip to content

Commit

Permalink
Fix grammar in similar username reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Feb 24, 2017
1 parent d60ed41 commit 65c3ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findspam.py
Expand Up @@ -849,7 +849,7 @@ class FindSpam:
'stripcodeblocks': False, 'body_summary': False, 'max_rep': 1, 'max_score': 0},

# User name similar to link
{'method': username_similar_website, 'all': True, 'sites': [], 'reason': "username similar to website {}",
{'method': username_similar_website, 'all': True, 'sites': [], 'reason': "username similar to website in {}",
'title': False, 'body': True, 'username': False, 'stripcodeblocks': False, 'body_summary': True,
'max_rep': 50, 'max_score': 0, 'questions': False},
]
Expand Down

0 comments on commit 65c3ce6

Please sign in to comment.