From dfcfb32da3b6566d928ff0f1fbb38a43af5121bb Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 22 Feb 2009 22:42:22 +0000 Subject: [PATCH] Minor wording changes. --- pep-0376.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pep-0376.txt b/pep-0376.txt index 33b1d27ac..eff1f2151 100644 --- a/pep-0376.txt +++ b/pep-0376.txt @@ -1,7 +1,7 @@ PEP: 376 Title: Changing the .egg-info structure -Version: $Revision:$ -Last-Modified: $Date:$ +Version: $Revision$ +Last-Modified: $Date$ Author: Tarek Ziadé Status: Draft Type: Standards Track @@ -17,9 +17,9 @@ Abstract This PEP proposes various enhancements for Distutils: -- a new format for the .egg-info structure. -- an install script to install package in Python. -- an uninstall script to uninstall a package in Python. +- A new format for the .egg-info structure. +- An install script to install a package in Python. +- An uninstall script to uninstall a package in Python. Rationale ========= @@ -27,8 +27,8 @@ Rationale There are three problems right now in the way packages are installed in Python: -- There are too many different ways to install a package in - Python nowadays +- There are too many ways to install a package in + Python. - There is no way to uninstall a package.