Merge pull request #7005 from epicfaace/patch-1

Fix grammar
This commit is contained in:
Christopher Hunt 2019-09-18 19:59:12 -04:00 committed by GitHub
commit 41ea07ac4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ def pip_version_check(session, options):
else:
pip_cmd = "pip"
logger.warning(
"You are using pip version %s, however version %s is "
"You are using pip version %s; however, version %s is "
"available.\nYou should consider upgrading via the "
"'%s install --upgrade pip' command.",
pip_version, pypi_version, pip_cmd