From aa5f33363d58ab2c2dcae5502aa39b8be8a7d878 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Mon, 27 Oct 2025 13:56:08 -0300 Subject: [PATCH] Use monospaced markup for boolean values --- Doc/using/windows.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 0b98cfb8d270a4..f722ea24e4c668 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -418,21 +418,21 @@ customization. * - ``automatic_install`` - ``PYTHON_MANAGER_AUTOMATIC_INSTALL`` - - True to allow automatic installs when specifying a particular runtime + - ``True`` to allow automatic installs when specifying a particular runtime to launch. - By default, true. + By default, ``True``. * - ``include_unmanaged`` - ``PYTHON_MANAGER_INCLUDE_UNMANAGED`` - - True to allow listing and launching runtimes that were not installed - by the Python install manager, or false to exclude them. - By default, true. + - ``True`` to allow listing and launching runtimes that were not installed + by the Python install manager, or ``False`` to exclude them. + By default, ``True``. * - ``shebang_can_run_anything`` - ``PYTHON_MANAGER_SHEBANG_CAN_RUN_ANYTHING`` - - True to allow shebangs in ``.py`` files to launch applications other than - Python runtimes, or false to prevent it. - By default, true. + - ``True`` to allow shebangs in ``.py`` files to launch applications other than + Python runtimes, or ``False`` to prevent it. + By default, ``True``. * - ``log_level`` - ``PYMANAGER_VERBOSE``, ``PYMANAGER_DEBUG`` @@ -444,9 +444,9 @@ customization. * - ``confirm`` - ``PYTHON_MANAGER_CONFIRM`` - - True to confirm certain actions before taking them (such as uninstall), - or false to skip the confirmation. - By default, true. + - ``True`` to confirm certain actions before taking them (such as uninstall), + or ``False`` to skip the confirmation. + By default, ``True``. * - ``install.source`` - ``PYTHON_MANAGER_SOURCE_URL``