[Python-checkins] python/nondist/peps pep-0287.txt,1.5,1.6

goodger@users.sourceforge.net goodger@users.sourceforge.net
Sat, 09 Nov 2002 13:02:25 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv19509

Modified Files:
	pep-0287.txt 
Log Message:
typo caught by GvR

Index: pep-0287.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0287.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pep-0287.txt	8 Nov 2002 04:26:56 -0000	1.5
--- pep-0287.txt	9 Nov 2002 21:02:21 -0000	1.6
***************
*** 26,30 ****
  Only the low-level syntax of docstrings is addressed here.  This PEP
  is not concerned with docstring semantics or processing at all (see
! PEP 256 for a "Road Map to the Doctring PEPs").  Nor is it an attempt
  to deprecate pure plaintext docstrings, which are always going to be
  legitimate.  The reStructuredText markup is an alternative for those
--- 26,30 ----
  Only the low-level syntax of docstrings is addressed here.  This PEP
  is not concerned with docstring semantics or processing at all (see
! PEP 256 for a "Road Map to the Docstring PEPs").  Nor is it an attempt
  to deprecate pure plaintext docstrings, which are always going to be
  legitimate.  The reStructuredText markup is an alternative for those