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 dd7951f commit 447198cCopy full SHA for 447198c
Doc/library/venv.rst
@@ -24,7 +24,7 @@ their :mod:`site` directories.
24
A virtual environment is created on top of an existing
25
Python installation, known as the virtual environment's "base" Python, and by
26
default is isolated from the packages in the base environment,
27
-so only those explicitly installed in the virtual environment are available.
+so that only those explicitly installed in the virtual environment are available.
28
See :ref:`sys-path-init-virtual-environments` and :mod:`site`'s
29
:ref:`virtual environments documentation <site-virtual-environments-configuration>`
30
for more information.
0 commit comments