[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/schema/metadirectives.py
update docstring
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Jan 19 13:53:18 EST 2005
Log message for revision 28874:
update docstring
Changed:
U Zope3/trunk/src/zope/app/schema/metadirectives.py
-=-
Modified: Zope3/trunk/src/zope/app/schema/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/schema/metadirectives.py 2005-01-19 15:30:03 UTC (rev 28873)
+++ Zope3/trunk/src/zope/app/schema/metadirectives.py 2005-01-19 18:53:12 UTC (rev 28874)
@@ -38,11 +38,10 @@
name = TextLine(
title=u"Name",
- description=u'Provides a title for the source type.", The name of the '\
+ description=u'Provides a title for the source type. The name of the ' \
u'vocabulary; this can be used as the value for the ' \
- u'"vocabulary" argument to the VocabularyField and ' \
- u'VocabularyMultiField constructors to cause this ' \
- u'vocabulary to be used.',
+ u'"vocabulary" argument to the Choice field ' \
+ u'constructor to cause this vocabulary to be used.',
required=True)
factory = GlobalObject(
More information about the Zope3-Checkins
mailing list