[Checkins] SVN: z3c.form/trunk/src/z3c/form/zcml.txt typo

Roger Ineichen roger at projekt01.ch
Sat Oct 29 21:28:07 UTC 2011


Log message for revision 123189:
  typo

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

-=-
Modified: z3c.form/trunk/src/z3c/form/zcml.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/zcml.txt	2011-10-29 21:26:53 UTC (rev 123188)
+++ z3c.form/trunk/src/z3c/form/zcml.txt	2011-10-29 21:28:07 UTC (rev 123189)
@@ -126,7 +126,7 @@
   ...       xmlns:tal="http://xml.zope.org/namespaces/tal"
   ...       tal:omit-tag="">
   ...    <div class="object-widget" tal:attributes="class view/klass">
-  ...    yeah, this can get comlex
+  ...    yeah, this can get complex
   ...    </div>
   ... </html>
   ... ''')
@@ -184,12 +184,12 @@
 Let's use the template within the widget.
 
   >>> print template(myObjectWidget)
-  <div class="object-widget">yeah, this can get comlex</div>
+  <div class="object-widget">yeah, this can get complex</div>
 
 We normally render the widget which returns the registered template.
 
   >>> print myObjectWidget.render()
-  <div class="object-widget">yeah, this can get comlex</div>
+  <div class="object-widget">yeah, this can get complex</div>
 
 If the template does not exist, then the widget directive should fail
 immediately:



More information about the checkins mailing list