Thanks to visit codestin.com Credit goes to github.com
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 7ddd56f commit daeb3c4Copy full SHA for daeb3c4
1 file changed
Doc/library/os.rst
@@ -2697,7 +2697,7 @@ features:
2697
morph to the target dynamically. If the target is present, the type of the
2698
symlink will be created to match. Otherwise, the symlink will be created
2699
as a directory if *target_is_directory* is ``True`` or a file symlink (the
2700
- default) otherwise. On non-Window platforms, *target_is_directory* is ignored.
+ default) otherwise. On non-Windows platforms, *target_is_directory* is ignored.
2701
2702
Symbolic link support was introduced in Windows 6.0 (Vista). :func:`symlink`
2703
will raise a :exc:`NotImplementedError` on Windows versions earlier than 6.0.
0 commit comments