Skip to content

Commit 901b8cb

Browse files
authored
1 parent 6709051 commit 901b8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/pathlib2/pathlib2.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Path(PurePath):
6565
def iterdir(self) -> Generator[Path, None, None]: ...
6666
def lchmod(self, mode: int) -> None: ...
6767
def lstat(self) -> os.stat_result: ...
68-
def mkdir(self, mode: int = ..., parents: bool = ...) -> None: ...
68+
def mkdir(self, mode: int = ..., parents: bool = ..., exist_ok: bool = ...) -> None: ...
6969
# Adapted from _io.open
7070
def open(
7171
self,

0 commit comments

Comments
 (0)