]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix old mention of virtualenv (GH-17417)
authorBrett Cannon <54418+brettcannon@users.noreply.github.com>
Fri, 29 Nov 2019 23:37:08 +0000 (15:37 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Nov 2019 23:37:08 +0000 (15:37 -0800)
Automerge-Triggered-By: @brettcannon
Lib/venv/scripts/posix/activate.fish

index d213b9060a6872e65e8686f45c91f54651221741..cb1ba1c301ede7a80c79a45dbc27c4b2bfbf81fd 100644 (file)
@@ -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