Skip to content

Commit ae58483

Browse files
ellieayladonbarbos
andauthored
Update stubs/python-dateutil/dateutil/parser/_parser.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 7885fd1 commit ae58483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/python-dateutil/dateutil/parser/_parser.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class parser:
102102
yearfirst: bool | None = ...,
103103
fuzzy: bool = ...,
104104
fuzzy_with_tokens: Literal[True] = ...,
105-
) -> tuple[datetime, tuple[str]]: ...
105+
) -> tuple[datetime, tuple[str, ...]]: ...
106106

107107
DEFAULTPARSER: parser
108108

0 commit comments

Comments
 (0)