[Zope-Checkins] 
	SVN: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py
	Fix docstring
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Sun May 21 11:15:21 EDT 2006
    
    
  
Log message for revision 68215:
  Fix docstring
  
Changed:
  U   Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py
-=-
Modified: Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py
===================================================================
--- Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py	2006-05-21 15:09:41 UTC (rev 68214)
+++ Zope/branches/ajung-zpt-end-game/lib/python/Products/PageTemplates/Expressions.py	2006-05-21 15:15:21 UTC (rev 68215)
@@ -43,7 +43,8 @@
 
 def boboTraverseAwareSimpleTraverse(object, path_items, econtext):
     """A slightly modified version of zope.tales.expressions.simpleTraverse
-    that interacts correctly with objects requiring."""
+    that interacts correctly with objects providing OFS.interfaces.ITraversable.
+    """
     request = getattr(econtext, 'request', None)
     path_items = list(path_items)
     path_items.reverse()
    
    
More information about the Zope-Checkins
mailing list