Skip to content

Commit d04fb92

Browse files
[3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504)
(cherry picked from commit 9a0d941) Co-authored-by: slateny <[email protected]> Automerge-Triggered-By: GH:iritkatriel
1 parent f20ac2e commit d04fb92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/using/windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ suppressing the UI in order to change some of the defaults.
129129
To completely hide the installer UI and install Python silently, pass the
130130
``/quiet`` option. To skip past the user interaction but still display
131131
progress and errors, pass the ``/passive`` option. The ``/uninstall``
132-
option may be passed to immediately begin removing Python - no prompt will be
133-
displayed.
132+
option may be passed to immediately begin removing Python - no confirmation
133+
prompt will be displayed.
134134

135135
All other options are passed as ``name=value``, where the value is usually
136136
``0`` to disable a feature, ``1`` to enable a feature, or a path. The full list

0 commit comments

Comments
 (0)