From bf1b8216f02b6387b505831a4c6148f410f8d74e Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 18 Jul 2019 15:20:45 +0530 Subject: [PATCH] Remove period from the end of URL --- src/pip/_internal/cli/base_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pip/_internal/cli/base_command.py b/src/pip/_internal/cli/base_command.py index c211db538..90830be4a 100644 --- a/src/pip/_internal/cli/base_command.py +++ b/src/pip/_internal/cli/base_command.py @@ -156,7 +156,7 @@ class Command(object): message = ( "A future version of pip will drop support for Python 2.7. " "More details about Python 2 support in pip, can be found at " - "https://pip.pypa.io/en/latest/development/release-process/#python-2-support." # noqa + "https://pip.pypa.io/en/latest/development/release-process/#python-2-support" # noqa ) if platform.python_implementation() == "CPython": message = (