Skip to content

Commit b29dd4e

Browse files
committed
Merge pull request #8679 from pradyunsg/tweak-resolutionimpossible-message
1 parent 527b3e2 commit b29dd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pip/_internal/resolution/resolvelib/factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def describe_trigger(parent):
453453
logger.info(msg)
454454

455455
return DistributionNotFound(
456-
"ResolutionImpossible For help visit: "
457-
"https://pip.pypa.io/en/stable/user_guide/"
456+
"ResolutionImpossible: for help visit "
457+
"https://pip.pypa.io/en/latest/user_guide/"
458458
"#fixing-conflicting-dependencies"
459459
)

0 commit comments

Comments
 (0)