[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/pagetemplate/talesapi.py
	fix copy/paste bug noticed while perusing exception style
	checkin message
    Benji York 
    benji at zope.com
       
    Tue Aug 30 18:29:56 EDT 2005
    
    
  
Log message for revision 38188:
  fix copy/paste bug noticed while perusing exception style checkin message
  
Changed:
  U   Zope3/trunk/src/zope/app/pagetemplate/talesapi.py
-=-
Modified: Zope3/trunk/src/zope/app/pagetemplate/talesapi.py
===================================================================
--- Zope3/trunk/src/zope/app/pagetemplate/talesapi.py	2005-08-30 22:22:23 UTC (rev 38187)
+++ Zope3/trunk/src/zope/app/pagetemplate/talesapi.py	2005-08-30 22:29:56 UTC (rev 38188)
@@ -77,5 +77,5 @@
     def size(self):
         a = ISized(self.context, None)
         if a is None:
-            raise AttributeError('created')
+            raise AttributeError('size')
         return a.sizeForDisplay()
    
    
More information about the Zope3-Checkins
mailing list