Merge pull request #8679 from pradyunsg/tweak-resolutionimpossible-message

This commit is contained in:
Pradyun Gedam 2020-08-04 06:49:10 +05:30 committed by GitHub
commit 0c48ec0696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -453,7 +453,7 @@ class Factory(object):
logger.info(msg)
return DistributionNotFound(
"ResolutionImpossible For help visit: "
"https://pip.pypa.io/en/stable/user_guide/"
"ResolutionImpossible: for help visit "
"https://pip.pypa.io/en/latest/user_guide/"
"#fixing-conflicting-dependencies"
)