Skip to content

Commit bdf5c8c

Browse files
add comma to docs
Co-authored-by: Zackery Spytz <[email protected]>
1 parent ccce063 commit bdf5c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pathlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ Creating files and directories
15051505
*mode* into account (mimicking the POSIX ``mkdir -p`` command).
15061506

15071507
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.
1508+
newly-created, intermediate-level directories when *parents* is true.
15091509
Otherwise, intermediate directories are created with the default
15101510
permissions (respecting umask).
15111511

0 commit comments

Comments
 (0)