Skip to content

Commit

Permalink
Add missing word to installation-error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dpoznik authored and pradyunsg committed Mar 8, 2024
1 parent 1e2be0e commit 6159bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/resolution/resolvelib/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def describe_trigger(parent: Candidate) -> str:
+ "\n\n"
+ "To fix this you could try to:\n"
+ "1. loosen the range of package versions you've specified\n"
+ "2. remove package versions to allow pip attempt to solve "
+ "2. remove package versions to allow pip to attempt to solve "
+ "the dependency conflict\n"
)

Expand Down

0 comments on commit 6159bca

Please sign in to comment.