[Zope3-checkins] SVN:	zope.testing/trunk/src/zope/testing/setupstack.txt fix	trailing whitespace
    Jim Fulton 
    jim at zope.com
       
    Sun Apr  3 11:55:12 EDT 2011
    
    
  
Log message for revision 121217:
  fix trailing whitespace
  
Changed:
  U   zope.testing/trunk/src/zope/testing/setupstack.txt
-=-
Modified: zope.testing/trunk/src/zope/testing/setupstack.txt
===================================================================
--- zope.testing/trunk/src/zope/testing/setupstack.txt	2011-04-03 14:27:35 UTC (rev 121216)
+++ zope.testing/trunk/src/zope/testing/setupstack.txt	2011-04-03 15:55:11 UTC (rev 121217)
@@ -8,7 +8,7 @@
 automating test tear down.  It provides a generic setUp function that
 sets up a stack. Normal test setUp functions call this function to set
 up the stack and then use the register function to register tear-down
-functions. 
+functions.
 
 To see how this works we'll create a faux test:
 
    
    
More information about the Zope3-Checkins
mailing list