[Python-checkins] Fix doc typo: Window -> Windows (GH-10508)

Miss Islington (bot) webhook-mailer at python.org
Tue Nov 13 19:18:24 EST 2018


https://github.com/python/cpython/commit/c30830bbb2630605b9b7915af7e82c8124e705c2
commit: c30830bbb2630605b9b7915af7e82c8124e705c2
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-11-13T16:18:20-08:00
summary:

Fix doc typo: Window -> Windows (GH-10508)

(cherry picked from commit daeb3c4c58663c2e2a3ddf1c2fbbff9a06269961)

Co-authored-by: l-n-s <supervillain at riseup.net>

files:
M Doc/library/os.rst

diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index be417f44aa8d..9ed999eb458b 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.



More information about the Python-checkins mailing list