mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Fix typo
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user