missing one

This commit is contained in:
Julien Hebert
2016-03-20 14:03:47 +01:00
parent 941f86a163
commit d1baa1deaa

View File

@@ -21,7 +21,7 @@ def isstdin() -> bool: ...
class FileInput(Iterable):
def __init__(
self,
files=None,
files=List[str],
inplace: bool=...,
backup: str=...,
bufsize: int=...,