Skip to content

Commit 41ea07a

Browse files
authored
Merge pull request #7005 from epicfaace/patch-1
Fix grammar
2 parents 878702e + 9322b9f commit 41ea07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/utils/outdated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def pip_version_check(session, options):
228228
else:
229229
pip_cmd = "pip"
230230
logger.warning(
231-
"You are using pip version %s, however version %s is "
231+
"You are using pip version %s; however, version %s is "
232232
"available.\nYou should consider upgrading via the "
233233
"'%s install --upgrade pip' command.",
234234
pip_version, pypi_version, pip_cmd

0 commit comments

Comments
 (0)