summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorl-n-s <supervillain@riseup.net>2018-11-14 00:13:12 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-14 00:13:12 (GMT)
commitdaeb3c4c58663c2e2a3ddf1c2fbbff9a06269961 (patch)
tree8c2bda65286dafd24a6a62264b41690435d32482 /Doc/library/os.rst
parent7ddd56f4d835c6107b20a0b4233185bb59270142 (diff)
downloadcpython-daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961.zip
cpython-daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961.tar.gz
cpython-daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961.tar.bz2
Fix doc typo: Window -> Windows (GH-10508)
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 401e9cb..16250e2 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.