]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#114035)
authorBarney Gale <barney.gale@gmail.com>
Tue, 23 Jan 2024 05:30:16 +0000 (05:30 +0000)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 05:30:16 +0000 (05:30 +0000)
commitb822b85ac11e73bbe4417bf03ee770ab116bb42d
tree3d132b6977bf8d7b6345ac28297546610172e034
parent32c227470aa6f72950b76206ffc529c258b4b8fa
GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (#114035)

Clarify that *target_is_directory* only matters if the target doesn't
exist.
Doc/library/pathlib.rst