Skip to content

Commit 1df65f7

Browse files
brettcannonmiss-islington
authored andcommitted
Fix old mention of virtualenv (GH-17417)
Automerge-Triggered-By: @brettcannon
1 parent bea33f5 commit 1df65f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/venv/scripts/posix/activate.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file must be used with "source <venv>/bin/activate.fish" *from fish*
22
# (http://fishshell.org); you cannot run it directly.
33

4-
function deactivate -d "Exit virtualenv and return to normal shell environment"
4+
function deactivate -d "Exit virtual environment and return to normal shell environment"
55
# reset old environment variables
66
if test -n "$_OLD_VIRTUAL_PATH"
77
set -gx PATH $_OLD_VIRTUAL_PATH

0 commit comments

Comments
 (0)