We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac10ab commit b6069c7Copy full SHA for b6069c7
src/Levenshtein/__init__.pyi
@@ -76,6 +76,7 @@ def hamming(
76
s1: Sequence[Hashable],
77
s2: Sequence[Hashable],
78
*,
79
+ pad: bool = True,
80
processor: Optional[Callable] = None,
81
score_cutoff: Optional[float] = None,
82
) -> int: ...
0 commit comments