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