mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #2807 from lzutao/fix-missing-space
Add blank space after link
This commit is contained in:
Vendored
+1
-1
@@ -114,5 +114,5 @@ def _verify_python3_env():
|
||||
|
||||
raise RuntimeError('Click will abort further execution because Python 3 '
|
||||
'was configured to use ASCII as encoding for the '
|
||||
'environment. Consult http://click.pocoo.org/python3/'
|
||||
'environment. Consult http://click.pocoo.org/python3/ '
|
||||
'for mitigation steps.' + extra)
|
||||
|
||||
Reference in New Issue
Block a user