diff --git a/spacy/matcher/matcher.pyi b/spacy/matcher/matcher.pyi index e485d07c4..2b17d28de 100644 --- a/spacy/matcher/matcher.pyi +++ b/spacy/matcher/matcher.pyi @@ -53,4 +53,4 @@ class Matcher: ) -> List[Span]: ... def _normalize_key(self, key: Any) -> Any: ... -def fuzzy_match(s1: str, s2: str, fuzzy: int=-1) -> bool: ... +def _default_fuzzy_match(s1: str, s2: str, fuzzy: int=-1) -> bool: ...