[Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/expressions.py Typo.

Stefan H. Holek stefan at epy.co.at
Sun Nov 20 08:35:29 EST 2005


Log message for revision 40271:
  Typo.
  

Changed:
  U   Zope3/trunk/src/zope/tales/expressions.py

-=-
Modified: Zope3/trunk/src/zope/tales/expressions.py
===================================================================
--- Zope3/trunk/src/zope/tales/expressions.py	2005-11-20 13:23:13 UTC (rev 40270)
+++ Zope3/trunk/src/zope/tales/expressions.py	2005-11-20 13:35:28 UTC (rev 40271)
@@ -37,7 +37,7 @@
         elif hasattr(object, '__getitem__'):
             object = object[name]
         else:
-            # Allow AttributError to propagate
+            # Allow AttributeError to propagate
             object = getattr(object, name)
     return object
 



More information about the Zope3-Checkins mailing list