[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/editview.py
- Typo. It's the other way round.
Christian Theune
ct at gocept.com
Sat Jun 12 09:14:24 EDT 2004
Log message for revision 25388:
- Typo. It's the other way round.
-=-
Modified: Zope3/trunk/src/zope/app/form/browser/editview.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/editview.py 2004-06-12 12:47:34 UTC (rev 25387)
+++ Zope3/trunk/src/zope/app/form/browser/editview.py 2004-06-12 13:14:23 UTC (rev 25388)
@@ -46,7 +46,7 @@
to be edited.
The automatically generated widgets are available by name through
- the attributes widget_*. (E.g. view.widget_title for the title widget)
+ the attributes *_widget. (E.g. view.title_widget for the title widget)
"""
errors = ()
More information about the Zope3-Checkins
mailing list