[Zope3-checkins] CVS: Zope3/src/zope/app/component -
metadirectives.py:1.10
Jim Fulton
jim at zope.com
Wed Dec 17 10:37:13 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/component
In directory cvs.zope.org:/tmp/cvs-serv24048/src/zope/app/component
Modified Files:
metadirectives.py
Log Message:
Fixed a doc string
=== Zope3/src/zope/app/component/metadirectives.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/component/metadirectives.py:1.9 Wed Dec 17 05:06:20 2003
+++ Zope3/src/zope/app/component/metadirectives.py Wed Dec 17 10:37:12 2003
@@ -110,7 +110,7 @@
)
provides = GlobalObject(
- title=u"The interface this provides.",
+ title=u"The interface this component provides.",
description=u"""
A view can provide an interface. This would be used for
views that support other views.""",
More information about the Zope3-Checkins
mailing list