summaryrefslogtreecommitdiff
path: root/click/_unicodefun.py
diff options
context:
space:
mode:
Diffstat (limited to 'click/_unicodefun.py')
-rw-r--r--click/_unicodefun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/click/_unicodefun.py b/click/_unicodefun.py
index 998b2cb..e09e18b 100644
--- a/click/_unicodefun.py
+++ b/click/_unicodefun.py
@@ -116,5 +116,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)