From 998594abd739568ef6e78ca88ecf951823663985 Mon Sep 17 00:00:00 2001 From: lzutao <1stpangu@gmail.com> Date: Sat, 1 Sep 2018 19:40:59 +0700 Subject: [PATCH] Add space after link --- pipenv/vendor/click/_unicodefun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/vendor/click/_unicodefun.py b/pipenv/vendor/click/_unicodefun.py index 9e17a384..ff58c78b 100644 --- a/pipenv/vendor/click/_unicodefun.py +++ b/pipenv/vendor/click/_unicodefun.py @@ -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)