Fix docstring

parent fb271802
......@@ -43,7 +43,8 @@ zope.deprecation.deprecated(
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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment