Correct interface

This commit is contained in:
richard@explosion.ai 2023-02-01 18:11:46 +01:00
parent 5d24934cf5
commit befacb589c

View File

@ -3,7 +3,7 @@ from ..tokens import Doc
def get_character_combination_hashes(
*,
doc: Doc,
case_sensitive: bool,
case_sensitive: bool,
p_lengths: bytes,
s_lengths: bytes,
):
): ...