[Python-checkins] peps: fix typo

daniel.holth python-checkins at python.org
Fri Oct 19 05:04:11 CEST 2012


http://hg.python.org/peps/rev/4773b6b3e8f2
changeset:   4557:4773b6b3e8f2
user:        Daniel Holth <dholth at fastmail.fm>
date:        Thu Oct 18 21:10:26 2012 -0400
summary:
  fix typo

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


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -33,7 +33,7 @@
 
 The syntax defined in this PEP is for use with Python distribution
 metadata files. The file format is a simple UTF-8 encoded Key: value
-format with no maximum line length.  It is parsable by the ``email``
+format with no maximum line length.  It is parseable by the ``email``
 module with an appropriate ``email.policy.Policy()``.  The field names
 listed in the `Fields`_ section are used as the header names.
 
@@ -241,11 +241,6 @@
 omitted if it is identical to ``Author``.
 
 Example::
-An implementation might iterate over all the declared `Extension:`
-fields to invoke the processors for those extensions.  As the order of
-the fields is not used, the `Extension: Chili` field may appear before
-or after its declared tags `Chili/Type:` etc.
-
 
     Maintainer: C. Schultz, Universal Features Syndicate,
             Los Angeles, CA <cschultz at peanuts.example.com>

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


More information about the Python-checkins mailing list