Skip to content

Commit 3087516

Browse files
Update Doc/library/pathlib.rst
Co-authored-by: Barney Gale <[email protected]>
1 parent 2dad979 commit 3087516

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
@@ -1535,7 +1535,7 @@ Creating files and directories
15351535
as a directory if *target_is_directory* is true or a file symlink (the
15361536
default) otherwise. On non-Windows platforms, *target_is_directory* is ignored.
15371537

1538-
If the link or/and the target already exist, :exc:`FileExistsError` is raised.
1538+
If this path already exists, :exc:`FileExistsError` is raised.
15391539

15401540
::
15411541

0 commit comments

Comments
 (0)