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
|
||||
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
|
||||
would still be vulnerable to active MITM attacks. To mitigate this risk will
|
||||
use the embedded signature support in the wheel format to validate the
|
||||
downloaded file.
|
||||
would still be vulnerable to active MITM attacks. To mitigate this
|
||||
risk we will use the embedded signature support in the wheel format to validate
|
||||
the downloaded file.
|
||||
|
||||
Beyond those arguments controlling index location and download
|
||||
options, the "pip" boostrap command may support further standard pip
|
||||
|
|
Loading…
Reference in New Issue