[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/boston/slots/__init__.py
Docstrings fixed
Egon Frerich
e.frerich at nord-com.net
Mon Jul 18 17:09:41 EDT 2005
Log message for revision 37326:
Docstrings fixed
Changed:
U Zope3/trunk/src/zope/app/boston/slots/__init__.py
-=-
Modified: Zope3/trunk/src/zope/app/boston/slots/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/boston/slots/__init__.py 2005-07-18 21:05:13 UTC (rev 37325)
+++ Zope3/trunk/src/zope/app/boston/slots/__init__.py 2005-07-18 21:09:41 UTC (rev 37326)
@@ -33,7 +33,7 @@
"""CSS pagelet slot interface.
This pagelet slot will lookup for pagelets. If you like to additional
- content to this slot, use the 'zope.app.boston.slots.IHead'
+ content to this slot, use the 'zope.app.boston.slots.ICSS'
interface for the slot attribute in a pagelet directive.
"""
@@ -51,7 +51,7 @@
"""View action pagelet slot interface.
This pagelet slot will lookup for pagelets. If you like to additional
- content to this slot, use the 'zope.app.boston.slots.IViewAction'
+ content to this slot, use the 'zope.app.boston.slots.IToolBar'
interface for the slot attribute in a pagelet directive.
"""
More information about the Zope3-Checkins
mailing list