[Zope-Checkins] SVN: Zope/branches/philikon-aq/lib/python/Products/Five/form/objectwidget.py Typo

Philipp von Weitershausen philikon at philikon.de
Fri Jul 27 19:45:06 EDT 2007


Log message for revision 78402:
  Typo
  

Changed:
  U   Zope/branches/philikon-aq/lib/python/Products/Five/form/objectwidget.py

-=-
Modified: Zope/branches/philikon-aq/lib/python/Products/Five/form/objectwidget.py
===================================================================
--- Zope/branches/philikon-aq/lib/python/Products/Five/form/objectwidget.py	2007-07-27 23:43:27 UTC (rev 78401)
+++ Zope/branches/philikon-aq/lib/python/Products/Five/form/objectwidget.py	2007-07-27 23:45:05 UTC (rev 78402)
@@ -55,4 +55,4 @@
                 val = self.context.schema[name].default
             self.getSubWidget(name).setRenderedValue(val)
 
-ObjectWidget = ObjectWidetClass
+ObjectWidget = ObjectWidgetClass



More information about the Zope-Checkins mailing list