diff options
-rw-r--r-- | fuzzycat/verify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzycat/verify.py b/fuzzycat/verify.py index c937aa8..edbe47f 100644 --- a/fuzzycat/verify.py +++ b/fuzzycat/verify.py @@ -39,6 +39,7 @@ get_key_values = operator.itemgetter("k", "v") # There titles appear too often, so ignore them for now. TITLE_BLACKLIST = set([ "", + "actualités", "about this issue", "about this journal", "abbreviations and acronyms", |