From dc6898933d6dec45aa62c916370236fae36fcfd3 Mon Sep 17 00:00:00 2001 From: sventec Date: Mon, 9 Dec 2024 11:43:00 -0500 Subject: [PATCH] [doc] Using windows: Fix typo in `windows.rst` --- Doc/using/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 1a6322d72341ff..e0ae226309097b 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -852,7 +852,7 @@ Virtual environments If the launcher is run with no explicit Python version specification, and a virtual environment (created with the standard library :mod:`venv` module or -the external ``virtualenv`` tool) active, the launcher will run the virtual +the external ``virtualenv`` tool) is active, the launcher will run the virtual environment's interpreter rather than the global one. To run the global interpreter, either deactivate the virtual environment, or explicitly specify the global Python version.