Skip to content

Commit aa5f333

Browse files
authored
Use monospaced markup for boolean values
1 parent 1753ccb commit aa5f333

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Doc/using/windows.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -418,21 +418,21 @@ customization.
418418

419419
* - ``automatic_install``
420420
- ``PYTHON_MANAGER_AUTOMATIC_INSTALL``
421-
- True to allow automatic installs when specifying a particular runtime
421+
- ``True`` to allow automatic installs when specifying a particular runtime
422422
to launch.
423-
By default, true.
423+
By default, ``True``.
424424

425425
* - ``include_unmanaged``
426426
- ``PYTHON_MANAGER_INCLUDE_UNMANAGED``
427-
- True to allow listing and launching runtimes that were not installed
428-
by the Python install manager, or false to exclude them.
429-
By default, true.
427+
- ``True`` to allow listing and launching runtimes that were not installed
428+
by the Python install manager, or ``False`` to exclude them.
429+
By default, ``True``.
430430

431431
* - ``shebang_can_run_anything``
432432
- ``PYTHON_MANAGER_SHEBANG_CAN_RUN_ANYTHING``
433-
- True to allow shebangs in ``.py`` files to launch applications other than
434-
Python runtimes, or false to prevent it.
435-
By default, true.
433+
- ``True`` to allow shebangs in ``.py`` files to launch applications other than
434+
Python runtimes, or ``False`` to prevent it.
435+
By default, ``True``.
436436

437437
* - ``log_level``
438438
- ``PYMANAGER_VERBOSE``, ``PYMANAGER_DEBUG``
@@ -444,9 +444,9 @@ customization.
444444

445445
* - ``confirm``
446446
- ``PYTHON_MANAGER_CONFIRM``
447-
- True to confirm certain actions before taking them (such as uninstall),
448-
or false to skip the confirmation.
449-
By default, true.
447+
- ``True`` to confirm certain actions before taking them (such as uninstall),
448+
or ``False`` to skip the confirmation.
449+
By default, ``True``.
450450

451451
* - ``install.source``
452452
- ``PYTHON_MANAGER_SOURCE_URL``

0 commit comments

Comments
 (0)