From d1baa1deaa1f2341d4c15b0c004a7e763f8834e3 Mon Sep 17 00:00:00 2001 From: Julien Hebert Date: Sun, 20 Mar 2016 14:03:47 +0100 Subject: [PATCH] missing one --- stdlib/3/fileinput.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=...,