From 8021c76c4640070995ebc58558167b3dcb763c7f Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Fri, 31 Aug 2018 12:27:16 -0600 Subject: [PATCH 1/2] Update code of conduct location --- CODE_OF_CONDUCT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 9b170d2f..cc77cb20 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,3 @@ -Be cordial or be on your way. +PyPA Projects are governed by the PyPA code of conduct available here: -https://www.kennethreitz.org/essays/be-cordial-or-be-on-your-way +https://www.pypa.io/en/latest/code-of-conduct/ 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 2/2] 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)