[Python-checkins] peps: Slight rewording of PEP464

donald.stufft python-checkins at python.org
Tue Mar 4 21:24:47 CET 2014


http://hg.python.org/peps/rev/08150dafffd5
changeset:   5401:08150dafffd5
user:        Donald Stufft <donald at stufft.io>
date:        Tue Mar 04 15:24:43 2014 -0500
summary:
  Slight rewording of PEP464

files:
  pep-0464.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0464.txt b/pep-0464.txt
--- a/pep-0464.txt
+++ b/pep-0464.txt
@@ -28,9 +28,9 @@
 of that, it provides a method for verifying the authenticity of the mirrored
 content.
 
-This PEP proposal the removal of this API due to:
+This PEP proposes the removal of this API due to:
 
-* No known implementations that utilize this API are known, this includes
+* There are no known implementations that utilize this API, this includes
   `pip <http://www.pip-installer.org/en/latest/>`_ and
   `setuptools <http://pythonhosted.org//setuptools/>`_.
 * Because this API uses DSA it is vulnerable to leaking the private key if

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


More information about the Python-checkins mailing list