Skip to content

Commit 6159bca

Browse files
dpoznikpradyunsg
authored andcommitted
Add missing word to installation-error message
1 parent 1e2be0e commit 6159bca

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)