From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Fri, 29 Nov 2019 23:37:08 +0000 (-0800) Subject: Fix old mention of virtualenv (GH-17417) X-Git-Tag: v3.9.0a2~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df65f7c6c00dfae9286c7a58e1b3803e3af33e5;p=thirdparty%2FPython%2Fcpython.git Fix old mention of virtualenv (GH-17417) Automerge-Triggered-By: @brettcannon --- diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/posix/activate.fish index d213b9060a68..cb1ba1c301ed 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 /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