diff options
author | Jonathan Goble <jcgoble3@gmail.com> | 2020-05-20 00:59:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 21:59:46 -0700 |
commit | da7d1f04086598a29f77bd452beefe847d038344 (patch) | |
tree | e52837a4d09a6e407b6b603362969c87e27ca9e6 /Lib/venv | |
parent | bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248) (diff) | |
download | cpython-da7d1f04086598a29f77bd452beefe847d038344.tar.gz cpython-da7d1f04086598a29f77bd452beefe847d038344.tar.bz2 cpython-da7d1f04086598a29f77bd452beefe847d038344.zip |
Fix the URL to fishshell.com (GH-20251)
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 cb1ba1c301e..54b9ea5676b 100644 --- a/Lib/venv/scripts/posix/activate.fish +++ b/Lib/venv/scripts/posix/activate.fish @@ -1,5 +1,5 @@ # This file must be used with "source <venv>/bin/activate.fish" *from fish* -# (http://fishshell.org); you cannot run it directly. +# (https://fishshell.com/); you cannot run it directly. function deactivate -d "Exit virtual environment and return to normal shell environment" # reset old environment variables |