[Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/tales/tales.py whitespace fix

Christian Theune ct at gocept.com
Tue Jul 4 12:16:12 EDT 2006


Log message for revision 68966:
   whitespace fix
  

Changed:
  U   Zope3/branches/3.3/src/zope/tales/tales.py

-=-
Modified: Zope3/branches/3.3/src/zope/tales/tales.py
===================================================================
--- Zope3/branches/3.3/src/zope/tales/tales.py	2006-07-04 12:24:08 UTC (rev 68965)
+++ Zope3/branches/3.3/src/zope/tales/tales.py	2006-07-04 16:16:11 UTC (rev 68966)
@@ -541,7 +541,7 @@
 
            class stringFuncs(object):
 
-              def __init__(self,context):
+              def __init__(self, context):
                  self.context = str(context)
 
               def upper(self):



More information about the Zope3-Checkins mailing list