Thanks to visit codestin.com Credit goes to github.com
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 7fb94fd commit 9a0d941Copy full SHA for 9a0d941
1 file changed
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