]> granicus.if.org Git - python/commitdiff
Fix doc typo: Window -> Windows (GH-10508)
authorl-n-s <supervillain@riseup.net>
Wed, 14 Nov 2018 00:13:12 +0000 (00:13 +0000)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Nov 2018 00:13:12 +0000 (16:13 -0800)
Doc/library/os.rst

index 401e9cb6e4b79c6923e3e9ccf0abffd420278838..16250e29774f20f2f83095c6a2c854f0a989eb5d 100644 (file)
@@ -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.