aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzycat
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-19 01:53:21 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-19 01:53:21 +0100
commita7d936dcb1688fcff0dbfe306e93f0df6cffc9d0 (patch)
tree6db91e59574f138f1cd2205a8f27a26b0fd54f07 /fuzzycat
parent5bd9eba35a9697e0cf2ac4b53d99a0112d038803 (diff)
downloadfuzzycat-a7d936dcb1688fcff0dbfe306e93f0df6cffc9d0.tar.gz
fuzzycat-a7d936dcb1688fcff0dbfe306e93f0df6cffc9d0.zip
update docs
Diffstat (limited to 'fuzzycat')
-rw-r--r--fuzzycat/matching.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzzycat/matching.py b/fuzzycat/matching.py
index c9320e0..0a096d6 100644
--- a/fuzzycat/matching.py
+++ b/fuzzycat/matching.py
@@ -21,6 +21,8 @@ def match_release_fuzzy(
"""
Given a release entity, return a number similar release entities from
fatcat using Elasticsearch.
+
+ TODO: rename "es" parameter to "es_client", which would be clearer
"""
assert isinstance(release, ReleaseEntity)