diff --git a/django-stubs/template/base.pyi b/django-stubs/template/base.pyi index a6015e4..5e3a2e4 100644 --- a/django-stubs/template/base.pyi +++ b/django-stubs/template/base.pyi @@ -109,7 +109,7 @@ class Parser: builtins: Optional[List[Library]] = ..., origin: Optional[Origin] = ..., ) -> None: ... - def parse(self, parse_until: Optional[Tuple[str]] = ...) -> NodeList: ... + def parse(self, parse_until: Optional[Tuple[str, ...]] = ...) -> NodeList: ... def skip_past(self, endtag: str) -> None: ... def extend_nodelist(self, nodelist: NodeList, node: Node, token: Token) -> None: ... def error(self, token: Token, e: Union[Exception, str]) -> Exception: ...