[Python-checkins] Fix old mention of virtualenv (GH-17417)

Miss Islington (bot) webhook-mailer at python.org
Fri Nov 29 18:37:16 EST 2019


https://github.com/python/cpython/commit/1df65f7c6c00dfae9286c7a58e1b3803e3af33e5
commit: 1df65f7c6c00dfae9286c7a58e1b3803e3af33e5
branch: master
author: Brett Cannon <54418+brettcannon at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-11-29T15:37:08-08:00
summary:

Fix old mention of virtualenv (GH-17417)



Automerge-Triggered-By: @brettcannon

files:
M Lib/venv/scripts/posix/activate.fish

diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/posix/activate.fish
index d213b9060a687..cb1ba1c301ede 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



More information about the Python-checkins mailing list