summaryrefslogtreecommitdiffstats
path: root/typing-stubs/Levenshtein/__init__.pyi
blob: a028706a22f8d910782dfad59798ffe5f6ab689a (plain)
1
def distance(a: str, b: str) -> int: ...