[Python-checkins] CVS: python/nondist/peps pep-0001.txt,1.6,1.7

Barry Warsaw python-dev@python.org
Wed, 16 Aug 2000 19:53:02 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv4685

Modified Files:
	pep-0001.txt 
Log Message:
Two typo corrections found by Terry Reedy.


Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** pep-0001.txt	2000/08/15 05:54:18	1.6
--- pep-0001.txt	2000/08/17 02:53:00	1.7
***************
*** 12,16 ****
  What is a PEP?
  
!     PEP standards 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
--- 12,16 ----
  What is a PEP?
  
!     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
***************
*** 185,194 ****
      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.
  
      No tabs should appear in the document at all.  A PEP should
--- 185,194 ----
      list or URL where the PEP is being discussed.
  
!     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