Skip to content

Commit dc68989

Browse files
committed
[doc] Using windows: Fix typo in windows.rst
1 parent 5eb7fd4 commit dc68989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ Virtual environments
852852

853853
If the launcher is run with no explicit Python version specification, and a
854854
virtual environment (created with the standard library :mod:`venv` module or
855-
the external ``virtualenv`` tool) active, the launcher will run the virtual
855+
the external ``virtualenv`` tool) is active, the launcher will run the virtual
856856
environment's interpreter rather than the global one. To run the global
857857
interpreter, either deactivate the virtual environment, or explicitly specify
858858
the global Python version.

0 commit comments

Comments
 (0)