Skip to content

Commit

Permalink
Point users to #10825
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored and pradyunsg committed Jan 28, 2022
1 parent bf5f400 commit 20fe83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pip/_internal/index/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@ def _raise_error(self) -> None:
raise ValueError(
"HTML doctype missing or incorrect. Expected <!DOCTYPE html>.\n\n"
"If you believe this error to be incorrect, try passing the "
"command line option --use-deprecated=html5lib."
"command line option --use-deprecated=html5lib and please leave "
"a comment on the pip issue at https://github.com/pypa/pip/issues/10825."
)


Expand Down

0 comments on commit 20fe83f

Please sign in to comment.