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/using/index.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/using/index.rst')
-rw-r--r-- | Doc/using/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/using/index.rst b/Doc/using/index.rst index 502afa9..a5df713 100644 --- a/Doc/using/index.rst +++ b/Doc/using/index.rst @@ -17,4 +17,3 @@ interpreter and things that make working with Python easier. unix.rst windows.rst mac.rst - scripts.rst |