Skip to content

Commit 078e968

Browse files
Improved wording.
1 parent dd7951f commit 078e968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/venv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ their :mod:`site` directories.
2424
A virtual environment is created on top of an existing
2525
Python installation, known as the virtual environment's "base" Python, and by
2626
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
27+
so that only those explicitly installed in the virtual environment are
28+
available. See :ref:`sys-path-init-virtual-environments` and :mod:`site`'s
2929
:ref:`virtual environments documentation <site-virtual-environments-configuration>`
3030
for more information.
3131

0 commit comments

Comments
 (0)