diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-11-24 15:54:45 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-11-24 15:54:45 -0800 |
commit | 5bca4dfde78cc1ac30a249a128a87c3d0b1a263e (patch) | |
tree | a2174d88468cfbe38d542a2cb90925bf23171226 /fatcat_scholar/query_citation.py | |
parent | 36b30ca9c8da2691964223f67a7674156428e93a (diff) | |
download | fatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.tar.gz fatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.zip |
codespell fixes
Diffstat (limited to 'fatcat_scholar/query_citation.py')
-rw-r--r-- | fatcat_scholar/query_citation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/query_citation.py b/fatcat_scholar/query_citation.py index 83717e8..79eceef 100644 --- a/fatcat_scholar/query_citation.py +++ b/fatcat_scholar/query_citation.py @@ -93,7 +93,7 @@ def fuzzy_match( - WEAK - AMBIGUOUS - Eg, if there is any EXACT match that is always returned; an AMBIGIOUS + Eg, if there is any EXACT match that is always returned; an AMBIGUOUS result is only returned if all the candidate matches were ambiguous. TODO: actually do something with timeout |