From a15e1e82c9bef8a66e7869d76bf692dee9b8fb47 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 13 Nov 2018 16:23:50 -0800 Subject: Fix doc typo: Window -> Windows (GH-10508) (cherry picked from commit daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961) Co-authored-by: l-n-s --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b6c2107..a36164e 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2586,7 +2586,7 @@ features: morph to the target dynamically. If the target is present, the type of the symlink will be created to match. Otherwise, the symlink will be created as a directory if *target_is_directory* is ``True`` or a file symlink (the - default) otherwise. On non-Window platforms, *target_is_directory* is ignored. + default) otherwise. On non-Windows platforms, *target_is_directory* is ignored. Symbolic link support was introduced in Windows 6.0 (Vista). :func:`symlink` will raise a :exc:`NotImplementedError` on Windows versions earlier than 6.0. -- cgit v0.12