Skip to content

Commit

Permalink
Merge pull request #8679 from pradyunsg/tweak-resolutionimpossible-me…
Browse files Browse the repository at this point in the history
…ssage
  • Loading branch information
pradyunsg committed Aug 4, 2020
1 parent 527b3e2 commit b29dd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pip/_internal/resolution/resolvelib/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def describe_trigger(parent):
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"
)

0 comments on commit b29dd4e

Please sign in to comment.