[Python-checkins] Fix the URL to fishshell.com (GH-20251)

Jonathan Goble webhook-mailer at python.org
Wed May 20 00:59:55 EDT 2020


https://github.com/python/cpython/commit/da7d1f04086598a29f77bd452beefe847d038344
commit: da7d1f04086598a29f77bd452beefe847d038344
branch: master
author: Jonathan Goble <jcgoble3 at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-05-19T21:59:46-07:00
summary:

Fix the URL to fishshell.com (GH-20251)

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 cb1ba1c301ede..54b9ea5676b66 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



More information about the Python-checkins mailing list