We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac72ec commit 69bf706Copy full SHA for 69bf706
pip/index.py
@@ -401,8 +401,8 @@ def mkurl_pypi_url(url):
401
402
if (selected_version.internal is not None
403
and not selected_version.internal):
404
- logger.warn("%s an externally hosted file and may be "
405
- "unreliable" % req.name)
+ logger.warn("%s is an externally hosted file and access to it may "
+ "be unreliable" % req.name)
406
407
if (selected_version.verifiable is not None
408
and not selected_version.verifiable):
0 commit comments