]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix doc typo: Window -> Windows (GH-10508)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Nov 2018 00:23:50 +0000 (16:23 -0800)
committerGitHub <noreply@github.com>
Wed, 14 Nov 2018 00:23:50 +0000 (16:23 -0800)
(cherry picked from commit daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961)

Co-authored-by: l-n-s <supervillain@riseup.net>
Doc/library/os.rst

index b6c21071dbf4c0bf820798ee86ff9ddb55ed6156..a36164ea71a424ec252e2ada2aca17d8c18f27fc 100644 (file)
@@ -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.