aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzycat/matching.py
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzycat/matching.py')
-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)