[Python-checkins] peps: Minor grammar tweak.

brett.cannon python-checkins at python.org
Fri Oct 19 21:00:38 CEST 2012


http://hg.python.org/peps/rev/b1c76265710f
changeset:   4561:b1c76265710f
user:        Brett Cannon <brett at python.org>
date:        Fri Oct 19 15:00:32 2012 -0400
summary:
  Minor grammar tweak.

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


diff --git a/pep-0405.txt b/pep-0405.txt
--- a/pep-0405.txt
+++ b/pep-0405.txt
@@ -57,9 +57,9 @@
 administrator privileges).
 
 A virtual environment mechanism integrated with Python and drawing on
-years of experience with existing third-party tools can be lower
-maintenance, more reliable, and more easily available to all Python
-users.
+years of experience with existing third-party tools can lower
+maintenance, raise reliability, and be more easily available to all
+Python users.
 
 .. _virtualenv: http://www.virtualenv.org
 

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


More information about the Python-checkins mailing list