mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
fix incorrect param name in FileIO (#3484)
This commit is contained in:
committed by
Sebastian Rittau
parent
c0d46a2035
commit
91f445ef11
@@ -66,7 +66,7 @@ class FileIO(RawIOBase):
|
||||
name: Union[int, str]
|
||||
def __init__(
|
||||
self,
|
||||
name: Union[str, bytes, int],
|
||||
file: Union[str, bytes, int],
|
||||
mode: str = ...,
|
||||
closefd: bool = ...,
|
||||
opener: Optional[Callable[[Union[int, str], str], int]] = ...
|
||||
|
||||
Reference in New Issue
Block a user