Skip to content

Commit 7ae440f

Browse files
authored
gh-141127: Clarify o?s.symlink() documentation for argument order (#141144)
1 parent b36f01d commit 7ae440f

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
@@ -3873,6 +3873,9 @@ features:
38733873

38743874
Create a symbolic link pointing to *src* named *dst*.
38753875

3876+
The *src* parameter refers to the target of the link (the file or directory being linked to),
3877+
and *dst* is the name of the link being created.
3878+
38763879
On Windows, a symlink represents either a file or a directory, and does not
38773880
morph to the target dynamically. If the target is present, the type of the
38783881
symlink will be created to match. Otherwise, the symlink will be created

0 commit comments

Comments
 (0)