From: l-n-s Date: Wed, 14 Nov 2018 00:13:12 +0000 (+0000) Subject: Fix doc typo: Window -> Windows (GH-10508) X-Git-Tag: v3.8.0a1~499 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961;p=python Fix doc typo: Window -> Windows (GH-10508) --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 401e9cb6e4..16250e2977 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2697,7 +2697,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.