diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -6,17 +6,17 @@ .. moduleauthor:: Vinay Sajip .. sectionauthor:: Vinay Sajip .. index:: pair: Environments; virtual .. versionadded:: 3.3 -**Source code:** :source:`Lib/venv.py` +**Source code:** :source:`Lib/venv` -------------- The :mod:`venv` module provides support for creating lightweight "virtual environments" with their own site directories, optionally isolated from system site directories. Each virtual environment has its own Python binary (allowing creation of environments with various Python versions) and can have its own independent set of installed Python packages in its site directories.