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 078e968Copy full SHA for 078e968
Doc/library/venv.rst
@@ -24,8 +24,8 @@ 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.
28
-See :ref:`sys-path-init-virtual-environments` and :mod:`site`'s
+so that only those explicitly installed in the virtual environment are
+available. See :ref:`sys-path-init-virtual-environments` and :mod:`site`'s
29
:ref:`virtual environments documentation <site-virtual-environments-configuration>`
30
for more information.
31
0 commit comments