Skip to content

Commit 0235025

Browse files
authored
Merge pull request #12553 from dpoznik/fix-installation-error-message-text
Add missing word to installation-error message
2 parents 1e2be0e + 6159bca commit 0235025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ def describe_trigger(parent: Candidate) -> str:
799799
+ "\n\n"
800800
+ "To fix this you could try to:\n"
801801
+ "1. loosen the range of package versions you've specified\n"
802-
+ "2. remove package versions to allow pip attempt to solve "
802+
+ "2. remove package versions to allow pip to attempt to solve "
803803
+ "the dependency conflict\n"
804804
)
805805

0 commit comments

Comments
 (0)