[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/metadirectives.py Cleanup description doc.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:46:40 EDT 2004


Log message for revision 26341:

Cleanup description doc.




-=-
Modified: Zope3/trunk/src/zope/app/component/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/component/metadirectives.py	2004-07-09 15:46:37 UTC (rev 26340)
+++ Zope3/trunk/src/zope/app/component/metadirectives.py	2004-07-09 15:46:40 UTC (rev 26341)
@@ -278,9 +278,10 @@
     for_ = GlobalObject(
         title=u"The interface this view is the default for.",
         description=u"""
-        The view is the default view for the supplied interface. If
-        this is not supplied, the view applies to all objects (XXX
-        this ought to change).""",
+        Specifies the interface for which the default view is declared. All
+        objects implementing this interface make use of this default
+        setting. If this attribute is not specified, the default is available
+        for all objects.""",
         required=False
         )
 



More information about the Zope3-Checkins mailing list