Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit daeb3c4

Browse files
l-n-smiss-islington
authored andcommitted
Fix doc typo: Window -> Windows (GH-10508)
1 parent 7ddd56f commit daeb3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,7 @@ features:
26972697
morph to the target dynamically. If the target is present, the type of the
26982698
symlink will be created to match. Otherwise, the symlink will be created
26992699
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.
2700+
default) otherwise. On non-Windows platforms, *target_is_directory* is ignored.
27012701

27022702
Symbolic link support was introduced in Windows 6.0 (Vista). :func:`symlink`
27032703
will raise a :exc:`NotImplementedError` on Windows versions earlier than 6.0.

0 commit comments

Comments
 (0)