Skip to content

Commit 69bf706

Browse files
committed
Reword this warning to be clearer about what it means
1 parent 1ac72ec commit 69bf706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pip/index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ def mkurl_pypi_url(url):
401401

402402
if (selected_version.internal is not None
403403
and not selected_version.internal):
404-
logger.warn("%s an externally hosted file and may be "
405-
"unreliable" % req.name)
404+
logger.warn("%s is an externally hosted file and access to it may "
405+
"be unreliable" % req.name)
406406

407407
if (selected_version.verifiable is not None
408408
and not selected_version.verifiable):

0 commit comments

Comments
 (0)