File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1557,8 +1557,8 @@ features:
15571557 The default *mode * is ``0o777 `` (octal). On some systems, *mode * is
15581558 ignored. Where it is used, the current umask value is first masked out.
15591559
1560- If *exists_ok * is ``False `` (the default), an :exc: `OSError ` is raised if
1561- the target directory already exists. If *exists_ok * is ``True `` an
1560+ If *exist_ok * is ``False `` (the default), an :exc: `OSError ` is raised if
1561+ the target directory already exists. If *exist_ok * is ``True `` an
15621562 :exc: `OSError ` is still raised if the umask-masked *mode * is different from
15631563 the existing mode, on systems where the mode is used. :exc: `OSError ` will
15641564 also be raised if the directory creation fails.
You can’t perform that action at this time.
0 commit comments