[Python-checkins] peps: A word was missing in the PEP 426 abstract

nick.coghlan python-checkins at python.org
Mon Feb 4 15:00:54 CET 2013


http://hg.python.org/peps/rev/bbec5702548b
changeset:   4716:bbec5702548b
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Tue Feb 05 00:00:45 2013 +1000
summary:
  A word was missing in the PEP 426 abstract

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


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -26,10 +26,10 @@
 
 Version 1.3 of the metadata format adds fields designed to make
 third-party packaging of Python Software easier and defines a formal
-extension mechanism.  It also support for optional features of distributions
-and allows the description to be placed into a payload section. Finally,
-this version addresses several issues with the previous iteration of the
-standard version numbering scheme.
+extension mechanism.  It also adds support for optional features of
+distributions and allows the description to be placed into a payload
+section. Finally, this version addresses several issues with the
+previous iteration of the standard version numbering scheme.
 
 
 Metadata files

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


More information about the Python-checkins mailing list