[Python-checkins] peps: Grammar fixes for PEP453

donald.stufft python-checkins at python.org
Fri Aug 30 15:42:03 CEST 2013


http://hg.python.org/peps/rev/62e0c20bf154
changeset:   5086:62e0c20bf154
user:        Donald Stufft <donald at stufft.io>
date:        Fri Aug 30 09:38:12 2013 -0400
summary:
  Grammar fixes for PEP453

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


diff --git a/pep-0453.txt b/pep-0453.txt
--- a/pep-0453.txt
+++ b/pep-0453.txt
@@ -21,7 +21,7 @@
 redistributors of Python to also provide pip by default (in a way reasonable
 for their distributions).
 
-This PEP does *not* proposes the inclusion of pip itslef in the standard
+This PEP does *not* propose the inclusion of pip itself in the standard
 library.
 
 
@@ -156,7 +156,7 @@
 and ``make altinstall`` commands of the source distribution will not.
 
 Keeping the pip bootstrapping as a separate step for make based
-installations should minimise the changes CPython redistributors need to
+installations should minimize the changes CPython redistributors need to
 make to their build processes. Avoiding the layer of indirection through
 make for the getpip invocation also ensures those installing from a custom
 source build can easily force an offline installation of pip, install it

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


More information about the Python-checkins mailing list