diff --git a/pep-0001.txt b/pep-0001.txt index 5f69c621f..9e37e43ff 100644 --- a/pep-0001.txt +++ b/pep-0001.txt @@ -11,7 +11,7 @@ Post-History: What is a PEP? - PEP standards for Python Enhancement Proposal. A PEP is a design + PEP stands for Python Enhancement Proposal. A PEP is a design document providing information to the Python community, or describing a new feature for Python. The PEP should provide a concise technical specification of the feature and a rationale for @@ -184,12 +184,12 @@ PEP Style Draft phase), a Discussions-To: header will indicate the mailing list or URL where the PEP is being discussed. - PEP heading should begin in column zero and should be capitalized. - The body of each section should be indented 4 spaces. Code - samples inside body sections should be indented a further 4 - spaces, and other indentation can be used as required to make the - text readable. You should use two blank lines between the last - line of a section's body and the next section heading. + PEP headings should begin in column zero and should be + capitalized. The body of each section should be indented 4 + spaces. Code samples inside body sections should be indented a + further 4 spaces, and other indentation can be used as required to + make the text readable. You should use two blank lines between + the last line of a section's body and the next section heading. No tabs should appear in the document at all. A PEP should include the Emacs stanza included by example in this PEP to aid