8000 Fix doc typo: Window -> Windows (GH-10508) · python/cpython@a15e1e8 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit a15e1e8

Browse files
Fix doc typo: Window -> Windows (GH-10508)
(cherry picked from commit daeb3c4) Co-authored-by: l-n-s <supervillain@riseup.net>
1 parent fdc485a commit a15e1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

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

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

0 commit comments

Comments
 (0)
0