[Python-checkins] CVS: python/dist/src/Tools/scripts cleanfuture.py,1.2,1.3

Tim Peters tim_one@users.sourceforge.net
Tue, 14 Aug 2001 23:07:44 -0700


Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv21538/scripts

Modified Files:
	cleanfuture.py 
Log Message:
Fix typo in module docstring.


Index: cleanfuture.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/cleanfuture.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cleanfuture.py	2001/08/13 05:33:53	1.2
--- cleanfuture.py	2001/08/15 06:07:42	1.3
***************
*** 19,23 ****
  does change a file, the changed file is a fixed-point (i.e., running
  cleanfuture on the resulting .py file won't change it again, at least not
! until you try it again with a m later Python release).
  
  Limitations:  You can do these things, but this tool won't help you then:
--- 19,23 ----
  does change a file, the changed file is a fixed-point (i.e., running
  cleanfuture on the resulting .py file won't change it again, at least not
! until you try it again with a later Python release).
  
  Limitations:  You can do these things, but this tool won't help you then: