Skip to content

Commit ccce063

Browse files
committed
doc line length
1 parent 988d1c4 commit ccce063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/pathlib.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,8 @@ Creating files and directories
14921492
:meth:`~Path.write_bytes` methods are often used to create files.
14931493

14941494

1495-
.. method:: Path.mkdir(mode=0o777, parents=False, exist_ok=False, *, parent_mode=None)
1495+
.. method:: Path.mkdir(mode=0o777, parents=False, exist_ok=False, *, \
1496+
parent_mode=None)
14961497

14971498
Create a new directory at this given path. If *mode* is given, it is
14981499
combined with the process's ``umask`` value to determine the file mode

0 commit comments

Comments
 (0)