[Checkins] SVN: z3c.form/trunk/src/z3c/form/widget.txt Improved explanatory text. Thanks goes to Fred, who pointed out the

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jul 31 23:38:51 EDT 2007


Log message for revision 78519:
  Improved explanatory text. Thanks goes to Fred, who pointed out the 
  slightly unsensible sentence.
  

Changed:
  U   z3c.form/trunk/src/z3c/form/widget.txt

-=-
Modified: z3c.form/trunk/src/z3c/form/widget.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/widget.txt	2007-08-01 03:18:08 UTC (rev 78518)
+++ z3c.form/trunk/src/z3c/form/widget.txt	2007-08-01 03:38:50 UTC (rev 78519)
@@ -501,10 +501,12 @@
   >>> afterUpdate
   <AfterWidgetUpdateEvent <Widget 'age'>>
 
-which provides another special itnerface:
+which provides another special interface:
 
   >>> interfaces.IAfterWidgetUpdateEvent.providedBy(afterUpdate)
   True
 
-This event should be used by widget-managing components and is not called
-internally by the widget's ``update()`` method.
+This event should be used by widget-managing components and is not created and
+sent out internally by the widget's ``update()`` method. The event was
+designed to provide an additional hook between updating the widget and
+rendering it.



More information about the Checkins mailing list