pypa / pip

The Python package installer

Home Page:https://pip.pypa.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect number of `"` in documentation

albert-github opened this issue · comments

Description

In the file on line 150: https://github.com/pypa/pip/blob/main/docs/html/ux-research-design/research-results/users-and-security.md?plan=1#L150

we see:

"I would like some security advisor, like in npm - it works very well, when you install a package "there are security vulns. with this package - 1 low, 5 medium, 8 high. I haven't come across security issues with Python packages." - CZI convening research participant

We see 3 times " so it looks like there is one missing or 1 redundant

Expected behavior

Correct number of "

pip version

24.1.2

Python version

not relevant

OS

not relevant

How to Reproduce

Visibly check result

Output

No response

Code of Conduct