diff --git a/stdlib/2/os/__init__.pyi b/stdlib/2/os/__init__.pyi index 9c4c91444..f96aae352 100644 --- a/stdlib/2/os/__init__.pyi +++ b/stdlib/2/os/__init__.pyi @@ -194,7 +194,7 @@ def unlink(path: _PathType) -> None: ... def utime(path: _PathType, times: Optional[Tuple[int, int]]) -> None: ... def walk(top: AnyStr, topdown: bool = ..., onerror: Any = ..., followlinks: bool = ...) -> Iterator[Tuple[AnyStr, List[AnyStr], - List[Anystr]]]: ... + List[AnyStr]]]: ... def abort() -> None: ... def execl(file: _PathType, *args) -> None: ...