summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <3275593+pradyunsg@users.noreply.github.com>2020-10-28 18:25:12 +0530
committerGitHub <noreply@github.com>2020-10-28 18:25:12 +0530
commit741b80ac085c810e79008743ff03090b6dc41aa1 (patch)
tree2cd1a59e1952007acc4ff0f3ee4dba6db271746b
parent55e316a45256d054d19425015ef13868a84c5ff1 (diff)
downloadpip-741b80ac085c810e79008743ff03090b6dc41aa1.tar.gz
Update wording in informational message
-rw-r--r--src/pip/_internal/resolution/resolvelib/reporter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pip/_internal/resolution/resolvelib/reporter.py b/src/pip/_internal/resolution/resolvelib/reporter.py
index e150c4948..65c437373 100644
--- a/src/pip/_internal/resolution/resolvelib/reporter.py
+++ b/src/pip/_internal/resolution/resolvelib/reporter.py
@@ -35,7 +35,7 @@ class PipReporter(BaseReporter):
"This is taking longer than usual. You might need to provide the "
"dependency resolver with stricter constraints to reduce runtime."
"If you want to abort this run, you can press Ctrl + C to do so."
- "To improve how pip performs, tell us that this happened here: "
+ "To improve how pip performs, tell us what happened here: "
"https://pip.pypa.io/surveys/backtracking"
)
}