mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
Fix doc typo: Window -> Windows (GH-10508)
This commit is contained in:
parent
7ddd56f4d8
commit
daeb3c4c58
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue