[Zope3-checkins] CVS: Zope3/src/zope/testing - cleanup.py:1.5
    Sidnei da Silva 
    sidnei at x3ng.com.br
       
    Tue Jan 20 16:23:17 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/testing
In directory cvs.zope.org:/tmp/cvs-serv29922/zope/testing
Modified Files:
	cleanup.py 
Log Message:
Fix a typo. Turn class into new-style
=== Zope3/src/zope/testing/cleanup.py 1.4 => 1.5 ===
--- Zope3/src/zope/testing/cleanup.py:1.4	Wed Jan 14 17:55:36 2004
+++ Zope3/src/zope/testing/cleanup.py	Tue Jan 20 16:23:16 2004
@@ -21,7 +21,7 @@
 
       ....
 
-If custom setUp or tearDown are needed, then the base reoutines should
+If custom setUp or tearDown are needed, then the base routines should
 be called, as in::
 
   def tearDown(self):
    
    
More information about the Zope3-Checkins
mailing list