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

Skip to content

Commit c30830b

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 d57a3e5 commit c30830b

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
@@ -2695,7 +2695,7 @@ features:
26952695
morph to the target dynamically. If the target is present, the type of the
26962696
symlink will be created to match. Otherwise, the symlink will be created
26972697
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.
2698+
default) otherwise. On non-Windows platforms, *target_is_directory* is ignored.
26992699

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

0 commit comments

Comments
 (0)
0