diff --git a/pep-0001.txt b/pep-0001.txt index 236a198cd..5f69c621f 100644 --- a/pep-0001.txt +++ b/pep-0001.txt @@ -162,7 +162,7 @@ PEP Style PEPs are written in plain ASCII text, and should adhere to a rigid style. There is a Python script that parses this style and - converts the plain text PEP to HTML for viewing on the web. + converts the plain text PEP to HTML for viewing on the web[2]. Each PEP begins with an RFC822 style header section. Required headers are as follows, and must appear in this order: @@ -207,10 +207,14 @@ Copyright This document has been placed in the public domain. -References +References and Footnotes [1] http://www.opencontent.org/openpub/ + [2] The script referred to here is pep2html.py, which lives in + the same directory in the CVS tree as the PEPs themselves. Try + "pep2html.py --help" for details. + Local Variables: