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 2dad979 commit 3087516Copy full SHA for 3087516
Doc/library/pathlib.rst
@@ -1535,7 +1535,7 @@ Creating files and directories
1535
as a directory if *target_is_directory* is true or a file symlink (the
1536
default) otherwise. On non-Windows platforms, *target_is_directory* is ignored.
1537
1538
- If the link or/and the target already exist, :exc:`FileExistsError` is raised.
+ If this path already exists, :exc:`FileExistsError` is raised.
1539
1540
::
1541
0 commit comments