We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20ac2e commit d04fb92Copy full SHA for d04fb92
Doc/using/windows.rst
@@ -129,8 +129,8 @@ suppressing the UI in order to change some of the defaults.
129
To completely hide the installer UI and install Python silently, pass the
130
``/quiet`` option. To skip past the user interaction but still display
131
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.
+option may be passed to immediately begin removing Python - no confirmation
+prompt will be displayed.
134
135
All other options are passed as ``name=value``, where the value is usually
136
``0`` to disable a feature, ``1`` to enable a feature, or a path. The full list
0 commit comments