diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-25 17:50:08 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-25 17:50:08 +0100 |
commit | 5ef1d5934da489da1c8a30a3a498d3f9bdf262cc (patch) | |
tree | 141574e07e0db0dedd6909e9446bc59668f5ae6e | |
parent | 375fa3f9ebca09de596f89ae6b137d905dbb5ba7 (diff) | |
download | fuzzycat-5ef1d5934da489da1c8a30a3a498d3f9bdf262cc.tar.gz fuzzycat-5ef1d5934da489da1c8a30a3a498d3f9bdf262cc.zip |
update docs
-rw-r--r-- | fuzzycat/verify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzycat/verify.py b/fuzzycat/verify.py index 2bb4adb..63df679 100644 --- a/fuzzycat/verify.py +++ b/fuzzycat/verify.py @@ -336,7 +336,7 @@ PUBLISHER_BLACKLIST = set([ "test accounts", ]) -# There titles appear too often, so ignore them for now. +# These titles (or close variants) appear too often, so ignore them for now. TITLE_BLACKLIST = set([ "", "05-20-t001-15 一流110mハードル選手の踏切および踏切準備動作に関するバイオメカニクス的研究(05 バイオメカニクス,一般研究発表抄録)", |