summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-13 16:18:20 -0800
committerGitHub <noreply@github.com>2018-11-13 16:18:20 -0800
commitc30830bbb2630605b9b7915af7e82c8124e705c2 (patch)
tree0919857f025882af2d96344add37480d52eca76e
parentd57a3e5d03efdda6247c27bd682872edf399d88b (diff)
downloadcpython-git-c30830bbb2630605b9b7915af7e82c8124e705c2.tar.gz
Fix doc typo: Window -> Windows (GH-10508)
(cherry picked from commit daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961) Co-authored-by: l-n-s <supervillain@riseup.net>
-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 be417f44aa..9ed999eb45 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2695,7 +2695,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.