Remove period from the end of URL

This commit is contained in:
Pradyun Gedam 2019-07-18 15:20:45 +05:30
parent 8de817c7ed
commit bf1b8216f0
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 1 deletions

View File

@ -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 = (