diff --git a/stdlib/3/fileinput.pyi b/stdlib/3/fileinput.pyi index 7b2c21b1b..cf26b8234 100644 --- a/stdlib/3/fileinput.pyi +++ b/stdlib/3/fileinput.pyi @@ -21,7 +21,7 @@ def isstdin() -> bool: ... class FileInput(Iterable): def __init__( self, - files=None, + files=List[str], inplace: bool=..., backup: str=..., bufsize: int=...,