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 b36f01d commit 7ae440fCopy full SHA for 7ae440f
Doc/library/os.rst
@@ -3873,6 +3873,9 @@ features:
3873
3874
Create a symbolic link pointing to *src* named *dst*.
3875
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
+
3879
On Windows, a symlink represents either a file or a directory, and does not
3880
morph to the target dynamically. If the target is present, the type of the
3881
symlink will be created to match. Otherwise, the symlink will be created
0 commit comments