[Python-checkins] peps: Minor grammar fix

brett.cannon python-checkins at python.org
Tue Mar 26 15:37:51 CET 2013


http://hg.python.org/peps/rev/926990dd4c2c
changeset:   4825:926990dd4c2c
user:        Brett Cannon <brett at python.org>
date:        Tue Mar 26 10:37:44 2013 -0400
summary:
  Minor grammar fix

files:
  pep-0439.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0439.txt b/pep-0439.txt
--- a/pep-0439.txt
+++ b/pep-0439.txt
@@ -125,9 +125,9 @@
 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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list