diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-01-09 03:33:52 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-01-09 03:33:52 +0100 |
commit | d39d437220a0bff8cb67790eed934ff00de029ef (patch) | |
tree | 10e628d5ceebcbda88fbd5b69ec7660916f99ba7 | |
parent | 53c1170a0cb5f258c5c880ed3cca8fd5960bff9d (diff) | |
download | fuzzycat-d39d437220a0bff8cb67790eed934ff00de029ef.tar.gz fuzzycat-d39d437220a0bff8cb67790eed934ff00de029ef.zip |
format docs
-rw-r--r-- | fuzzycat/verify.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fuzzycat/verify.py b/fuzzycat/verify.py index a44154a..b7c9694 100644 --- a/fuzzycat/verify.py +++ b/fuzzycat/verify.py @@ -596,7 +596,8 @@ def verify(a: Dict, b: Dict, min_title_length=5) -> Tuple[str, str]: except (ValueError, PathAccessError): pass - # A variant of translated titles, e.g. https://fatcat.wiki/release/search?q=%22A+nova+classifica%C3%A7%C3%A3o+dos+tumores+da+mama+%22 + # A variant of translated titles, e.g. + # https://fatcat.wiki/release/search?q=%22A+nova+classifica%C3%A7%C3%A3o+dos+tumores+da+mama+%22 try: a_container_id = glom(a, "container_id") b_container_id = glom(b, "container_id") |