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, 1 insertions, 1 deletions
diff --git a/fuzzycat/matching.py b/fuzzycat/matching.py
index 0c482e0..92aad8a 100644
--- a/fuzzycat/matching.py
+++ b/fuzzycat/matching.py
@@ -7,7 +7,7 @@ from fuzzycat import MatchStatus, StringPipeline, StringAnnotator
from fuzzycat.utils import *
-def compare_container_name(a: str, b: str) -> MatchStatus:
+def match_container_names(a: str, b: str) -> MatchStatus:
"""
Given two strings representing container names, return a match status. This
would be a subproblem of verify_container_match in cases where only a