Skip to content

Commit

Permalink
Update includes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
an-empty-string committed Dec 27, 2012
1 parent 0a93660 commit fb5b56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def classifyEdit(summary):
summary = summary.lower()
vandalism = ["revert", "rv "]
notVandalism = ["good faith", "agf", "unsourced", "unreferenced"]
notVandalism = ["good faith", "agf", "unsourced", "unreferenced", "self", "speculat"]
for i in notVandalism:
if i in summary:
return False
Expand Down

0 comments on commit fb5b56d

Please sign in to comment.