Minor grammar fix
This commit is contained in:
parent
7dc0f6ca2d
commit
f6173d49ed
|
@ -125,9 +125,9 @@ installed files.
|
||||||
The download of the pip implementation install file should be performed
|
The download of the pip implementation install file should be performed
|
||||||
securely. The transport from pypi.python.org will be done over HTTPS but the CA
|
securely. The transport from pypi.python.org will be done over HTTPS but the CA
|
||||||
certificate check will most likely not be performed, and therefore the download
|
certificate check will most likely not be performed, and therefore the download
|
||||||
would still be vulnerable to active MITM attacks. To mitigate this risk will
|
would still be vulnerable to active MITM attacks. To mitigate this
|
||||||
use the embedded signature support in the wheel format to validate the
|
risk we will use the embedded signature support in the wheel format to validate
|
||||||
downloaded file.
|
the downloaded file.
|
||||||
|
|
||||||
Beyond those arguments controlling index location and download
|
Beyond those arguments controlling index location and download
|
||||||
options, the "pip" boostrap command may support further standard pip
|
options, the "pip" boostrap command may support further standard pip
|
||||||
|
|
Loading…
Reference in New Issue