Skip to content

Commit b6069c7

Browse files
authored
fix type hints
1 parent 1ac10ab commit b6069c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Levenshtein/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def hamming(
7676
s1: Sequence[Hashable],
7777
s2: Sequence[Hashable],
7878
*,
79+
pad: bool = True,
7980
processor: Optional[Callable] = None,
8081
score_cutoff: Optional[float] = None,
8182
) -> int: ...

0 commit comments

Comments
 (0)