Skip to content

Commit de7139c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,7 @@ features:
25432543
raised if the target directory already exists.
25442544

25452545
If *parent_mode* is not ``None``, it will be used as the mode for any
2546-
newly-created intermediate-level directories. Otherwise, intermediate
2546+
newly-created, intermediate-level directories. Otherwise, intermediate
25472547
directories are created with the default permissions (respecting umask).
25482548

25492549
.. note::

0 commit comments

Comments
 (0)