Commit 3722aab1 authored by 's avatar

- fixed docstring

parent 6d39fe3a
......@@ -87,7 +87,7 @@ class Adding(BrowserView):
context = None
def publishTraverse(self, request, name):
"""See zope.app.container.interfaces.IAdding"""
"""See zope.publisher.interfaces.IPublishTraverse"""
if '=' in name:
view_name, content_name = name.split("=", 1)
self.contentName = content_name
......
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