Skip to content

Commit 052a539

Browse files
[3.13] gh-141127: Clarify os.symlink() documentation for argument order (GH-141144) (#141277)
gh-141127: Clarify os.symlink() documentation for argument order (GH-141144) (cherry picked from commit 7ae440f) Co-authored-by: Chilla Kalyan <127284726+chillakalyan@users.noreply.github.com>
1 parent 1cd0b74 commit 052a539

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/os.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3432,6 +3432,9 @@ features:
34323432

34333433
Create a symbolic link pointing to *src* named *dst*.
34343434

3435+
The *src* parameter refers to the target of the link (the file or directory being linked to),
3436+
and *dst* is the name of the link being created.
3437+
34353438
On Windows, a symlink represents either a file or a directory, and does not
34363439
morph to the target dynamically. If the target is present, the type of the
34373440
symlink will be created to match. Otherwise, the symlink will be created

0 commit comments

Comments
 (0)