Merge pull request #2807 from lzutao/fix-missing-space

Add blank space after link
This commit is contained in:
Tzu-ping Chung
2018-09-01 21:43:25 +08:00
committed by GitHub
+1 -1
View File
@@ -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)