summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslateny <46876382+slateny@users.noreply.github.com>2022-02-22 17:36:13 (GMT)
committerGitHub <noreply@github.com>2022-02-22 17:36:13 (GMT)
commit9a0d941df4c3e1efb8b3017cd2c2de17e582fd5c (patch)
tree4e30a260057da21c651cbd1953e0010a83b52809
parent7fb94fd7a88f14096a509dddd4d8a979a3912672 (diff)
downloadcpython-9a0d941df4c3e1efb8b3017cd2c2de17e582fd5c.zip
cpython-9a0d941df4c3e1efb8b3017cd2c2de17e582fd5c.tar.gz
cpython-9a0d941df4c3e1efb8b3017cd2c2de17e582fd5c.tar.bz2
bpo-36557: Updated wording for using/windows (GH-31457)
-rw-r--r--Doc/using/windows.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 041166f..26c19dd 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