[Python-checkins] CVS: python/nondist/peps pep-0236.txt,1.4,1.5

Tim Peters tim_one@users.sourceforge.net
Thu, 01 Mar 2001 19:11:55 -0800


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

Modified Files:
	pep-0236.txt 
Log Message:
Typo repair.


Index: pep-0236.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0236.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** pep-0236.txt	2001/03/02 02:53:08	1.4
--- pep-0236.txt	2001/03/02 03:11:53	1.5
***************
*** 166,170 ****
      Each statment in __future__.py is of the form:
  
!         FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease) ")"
  
      where, normally, OptionalRelease <  MandatoryRelease, and both are
--- 166,170 ----
      Each statment in __future__.py is of the form:
  
!         FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ")"
  
      where, normally, OptionalRelease <  MandatoryRelease, and both are