[Python-checkins] CVS: python/dist/src/Lib __future__.py,1.3,1.4

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


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv21438/python/dist/src/Lib

Modified Files:
	__future__.py 
Log Message:
Typo repair.


Index: __future__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/__future__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** __future__.py	2001/03/02 02:53:08	1.3
--- __future__.py	2001/03/02 03:11:53	1.4
***************
*** 3,7 ****
  Each line is of the form:
  
!     FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease) ")"
  
  where, normally, OptionalRelease < MandatoryRelease, and both are 5-tuples
--- 3,7 ----
  Each line is of the form:
  
!     FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ")"
  
  where, normally, OptionalRelease < MandatoryRelease, and both are 5-tuples