[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Forms - Utility.py:1.4
Steve Alexander
steve@cat-box.net
Wed, 30 Oct 2002 04:19:26 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Forms
In directory cvs.zope.org:/tmp/cvs-serv30693/lib/python/Zope/App/Forms
Modified Files:
Utility.py
Log Message:
corrected docstring typo
=== Zope3/lib/python/Zope/App/Forms/Utility.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/Forms/Utility.py:1.3 Tue Oct 29 12:12:37 2002
+++ Zope3/lib/python/Zope/App/Forms/Utility.py Wed Oct 30 04:19:20 2002
@@ -19,7 +19,7 @@
In Zope 3, formulator's forms are replaced by Schema (See
Zope.Schema). In addition, the Formulator fields have been replaced by
-schema filds and form widgets. Schema fields just express the sematics
+schema fields and form widgets. Schema fields just express the sematics
of data values. They contain no presentation logic or parameters.
Widgets are views on fields that take care of presentation. The widget
view names represent styles that can be selected by applications to