default value for phrasematcher in pyi (#12714)

This commit is contained in:
Sofie Van Landeghem 2023-06-21 09:10:13 +01:00 committed by GitHub
parent 93983f08fc
commit d3ac8e897c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ from .matcher import Matcher
class PhraseMatcher:
def __init__(
self, vocab: Vocab, attr: Optional[Union[int, str]], validate: bool = ...
self, vocab: Vocab, attr: Optional[Union[int, str]] = ..., validate: bool = ...
) -> None: ...
def __reduce__(self) -> Any: ...
def __len__(self) -> int: ...