From be73c2170a5c863cc82a952a69e1413fa106320a Mon Sep 17 00:00:00 2001 From: slateny <46876382+slateny@users.noreply.github.com> Date: Sun, 20 Feb 2022 17:03:09 -0800 Subject: [PATCH 1/3] Update windows.rst --- Doc/using/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 041166f4f8584f..57e17dab949744 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -129,7 +129,7 @@ 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 +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 From 8cd9a43da173663eacb288cb2220e78e40b27acf Mon Sep 17 00:00:00 2001 From: slateny <46876382+slateny@users.noreply.github.com> Date: Mon, 21 Feb 2022 01:32:13 -0800 Subject: [PATCH 2/3] Update windows.rst --- Doc/using/windows.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 57e17dab949744..b5cf3cb3a6eff6 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 confirmation 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 From 7b878699a739cd6e15157794ec158d1175ec1bf5 Mon Sep 17 00:00:00 2001 From: slateny <46876382+slateny@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:45:32 -0800 Subject: [PATCH 3/3] Remove trailing whitespace Co-authored-by: Steve Dower --- Doc/using/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index b5cf3cb3a6eff6..26c19ddbbce784 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -129,7 +129,7 @@ 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 confirmation +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