[Zope3-checkins] CVS: Zope3/src/zope/app/form - utility.py:1.29
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 18 22:17:31 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/form
In directory cvs.zope.org:/tmp/cvs-serv2432/src/zope/app/form
Modified Files:
utility.py
Log Message:
Shorten line < 80 chars.
=== Zope3/src/zope/app/form/utility.py 1.28 => 1.29 ===
--- Zope3/src/zope/app/form/utility.py:1.28 Sat Mar 13 16:37:17 2004
+++ Zope3/src/zope/app/form/utility.py Thu Mar 18 22:17:30 2004
@@ -212,7 +212,7 @@
schema contrains the values provided by the widgets.
- names can be specified to update a subset of the schema constrained values.
+ names can be specified to update a subset of the schema constrained values.
"""
errors = []
More information about the Zope3-Checkins
mailing list