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 1cd0b74 commit 052a539Copy full SHA for 052a539
Doc/library/os.rst
@@ -3432,6 +3432,9 @@ features:
3432
3433
Create a symbolic link pointing to *src* named *dst*.
3434
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
+
3438
On Windows, a symlink represents either a file or a directory, and does not
3439
morph to the target dynamically. If the target is present, the type of the
3440
symlink will be created to match. Otherwise, the symlink will be created
0 commit comments