Skip to content

Commit 6c92a33

Browse files
committed
Place the link as "context" instead of "Link:"
1 parent 7a3b0f1 commit 6c92a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/pip/_internal/exceptions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ def __init__(self, *, url: str) -> None:
195195
note_stmt="This is an issue with the page at the URL mentioned above.",
196196
hint_stmt=(
197197
"You might need to reach out to the owner of that package index, "
198-
"to get this fixed."
198+
"to get this fixed. "
199+
"See https://github.com/pypa/pip/issues/10825 for context."
199200
),
200-
link="https://github.com/pypa/pip/issues/10825",
201201
)
202202

203203

0 commit comments

Comments
 (0)