diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-02-22 17:57:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 17:57:01 (GMT) |
commit | d04fb9213a547def5604fbc60b0554c176d4c998 (patch) | |
tree | a54d4f5cb566459d795608b03f0a25e5c3769b78 /Doc | |
parent | f20ac2ed076df63a77f65ff2660148af9f1a9b3c (diff) | |
download | cpython-d04fb9213a547def5604fbc60b0554c176d4c998.zip cpython-d04fb9213a547def5604fbc60b0554c176d4c998.tar.gz cpython-d04fb9213a547def5604fbc60b0554c176d4c998.tar.bz2 |
[3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504)
(cherry picked from commit 9a0d941df4c3e1efb8b3017cd2c2de17e582fd5c)
Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
Automerge-Triggered-By: GH:iritkatriel
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/windows.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 68ee09c..cad7f69 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -129,8 +129,8 @@ suppressing the UI in order to change some of the defaults. To completely hide the installer UI and install Python silently, pass the ``/quiet`` option. To skip past the user interaction but still display progress and errors, pass the ``/passive`` option. The ``/uninstall`` -option may be passed to immediately begin removing Python - no prompt will be -displayed. +option may be passed to immediately begin removing Python - no confirmation +prompt will be displayed. All other options are passed as ``name=value``, where the value is usually ``0`` to disable a feature, ``1`` to enable a feature, or a path. The full list |