diff options
author | Brett Cannon <brett@python.org> | 2016-07-08 17:46:21 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-07-08 17:46:21 (GMT) |
commit | 15552c39e09426988d9ad0901a2aafc624e46e33 (patch) | |
tree | 76658f8031e6b1a206d8068f152da1de3232dc0a /Doc/glossary.rst | |
parent | 53e22bfea5f2df24ee1d6c034d4fc2c2c1375c52 (diff) | |
download | cpython-15552c39e09426988d9ad0901a2aafc624e46e33.zip cpython-15552c39e09426988d9ad0901a2aafc624e46e33.tar.gz cpython-15552c39e09426988d9ad0901a2aafc624e46e33.tar.bz2 |
Issue #27285: Document the deprecation of the pyvenv script.
As part of the update, the documentation was updated to normalize
around the term "virtual environment" instead of relying too heavily
on "venv" for the same meaning and leading to inconsistent usage of
either.
Thanks to Steve Piercy for the patch.
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index fe17595..3d05c14 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -970,7 +970,7 @@ Glossary without interfering with the behaviour of other Python applications running on the same system. - See also :ref:`scripts-pyvenv`. + See also :mod:`venv`. virtual machine A computer defined entirely in software. Python's virtual machine |