[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py Cleaned up description.

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


Log message for revision 26334:

Cleaned up description.




-=-
Modified: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py	2004-07-09 15:46:20 UTC (rev 26333)
+++ Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py	2004-07-09 15:46:22 UTC (rev 26334)
@@ -165,10 +165,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).""",
+        description=u"""Specifies the interface for which the view is
+        registered. All objects implementing this interface can make use of
+        this view. If this attribute is not specified, the view is available
+        for all objects.""",
         required=False
         )
 



More information about the Zope3-Checkins mailing list