Fix grammar

This commit is contained in:
Ashwin Ramaswami 2019-09-10 09:53:45 -07:00 committed by GitHub
parent 56b6fcc83b
commit 9322b9fa22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,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