[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/utility.py
Fixed long line.
Benji York
benji at zope.com
Tue Mar 22 11:00:21 EST 2005
Log message for revision 29638:
Fixed long line.
Changed:
U Zope3/trunk/src/zope/app/form/utility.py
-=-
Modified: Zope3/trunk/src/zope/app/form/utility.py
===================================================================
--- Zope3/trunk/src/zope/app/form/utility.py 2005-03-22 04:16:03 UTC (rev 29637)
+++ Zope3/trunk/src/zope/app/form/utility.py 2005-03-22 16:00:21 UTC (rev 29638)
@@ -133,9 +133,9 @@
`prefix` is a string that is prepended to the widget names in the generated
HTML. This can be used to differentiate widgets for different schemas.
- `ignoreStickyValues` is a flag that, when ``True``, will cause widget sticky
- values to be replaced with the context field value or a value specified
- in initial.
+ `ignoreStickyValues` is a flag that, when ``True``, will cause widget
+ sticky values to be replaced with the context field value or a value
+ specified in initial.
`initial` is a mapping of field names to initial values.
More information about the Zope3-Checkins
mailing list