We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccce063 commit bdf5c8cCopy full SHA for bdf5c8c
Doc/library/pathlib.rst
@@ -1505,7 +1505,7 @@ Creating files and directories
1505
*mode* into account (mimicking the POSIX ``mkdir -p`` command).
1506
1507
If *parent_mode* is not ``None``, it will be used as the mode for any
1508
- newly-created intermediate-level directories when *parents* is true.
+ newly-created, intermediate-level directories when *parents* is true.
1509
Otherwise, intermediate directories are created with the default
1510
permissions (respecting umask).
1511
0 commit comments