From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 22 Feb 2022 18:03:30 +0000 (-0800) Subject: bpo-36557: Updated wording for using/windows (GH-31457) X-Git-Tag: v3.9.11~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa9a5c4d72e083f8b4c635d79f7450dbe8319469;p=thirdparty%2FPython%2Fcpython.git bpo-36557: Updated wording for using/windows (GH-31457) (cherry picked from commit 9a0d941df4c3e1efb8b3017cd2c2de17e582fd5c) Co-authored-by: slateny <46876382+slateny@users.noreply.github.com> --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index c04a34a62f62..be21b55fe801 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