diff options
author | Brett Cannon <54418+brettcannon@users.noreply.github.com> | 2019-11-29 23:37:08 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-11-29 23:37:08 (GMT) |
commit | 1df65f7c6c00dfae9286c7a58e1b3803e3af33e5 (patch) | |
tree | de356e89f1b5cc0fc16eac042fd6e9fc60c5e39e /Lib/venv | |
parent | bea33f5e1db6e4a554919a82894f44568576e979 (diff) | |
download | cpython-1df65f7c6c00dfae9286c7a58e1b3803e3af33e5.zip cpython-1df65f7c6c00dfae9286c7a58e1b3803e3af33e5.tar.gz cpython-1df65f7c6c00dfae9286c7a58e1b3803e3af33e5.tar.bz2 |
Fix old mention of virtualenv (GH-17417)
Automerge-Triggered-By: @brettcannon
Diffstat (limited to 'Lib/venv')
-rw-r--r-- | Lib/venv/scripts/posix/activate.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/posix/activate.fish index d213b90..cb1ba1c 100644 --- a/Lib/venv/scripts/posix/activate.fish +++ b/Lib/venv/scripts/posix/activate.fish @@ -1,7 +1,7 @@ # This file must be used with "source <venv>/bin/activate.fish" *from fish* # (http://fishshell.org); you cannot run it directly. -function deactivate -d "Exit virtualenv and return to normal shell environment" +function deactivate -d "Exit virtual environment and return to normal shell environment" # reset old environment variables if test -n "$_OLD_VIRTUAL_PATH" set -gx PATH $_OLD_VIRTUAL_PATH |