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 fdc485a commit a15e1e8Copy full SHA for a15e1e8
Doc/library/os.rst
@@ -2586,7 +2586,7 @@ features:
2586
morph to the target dynamically. If the target is present, the type of the
2587
symlink will be created to match. Otherwise, the symlink will be created
2588
as a directory if *target_is_directory* is ``True`` or a file symlink (the
2589
- default) otherwise. On non-Window platforms, *target_is_directory* is ignored.
+ default) otherwise. On non-Windows platforms, *target_is_directory* is ignored.
2590
2591
Symbolic link support was introduced in Windows 6.0 (Vista). :func:`symlink`
2592
will raise a :exc:`NotImplementedError` on Windows versions earlier than 6.0.
0 commit comments