[Checkins] SVN: z3c.form/trunk/src/z3c/form/form.txt Some more language changes. In particular, prefer the word 'example' instead

Martijn Faassen faassen at infrae.com
Sun Sep 23 13:04:37 EDT 2007


Log message for revision 79857:
  Some more language changes. In particular, prefer the word 'example' instead
  of 'test', as it's more important to have readers read this as an example than
  it is to emphasize that this is actually doctested (which is more
  important to the maintainers).
  

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

-=-
Modified: z3c.form/trunk/src/z3c/form/form.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/form.txt	2007-09-23 16:55:13 UTC (rev 79856)
+++ z3c.form/trunk/src/z3c/form/form.txt	2007-09-23 17:04:36 UTC (rev 79857)
@@ -273,7 +273,7 @@
   >>> addAction.value
   u'Add'
 
-After everything is setup, all pressed buttons are executed. Once a submitted
+After everything is set up, all pressed buttons are executed. Once a submitted
 action is detected, a special action handler adapter is used to determine the
 actions to take. Since the add button has not been pressed yet, no action
 occurred.
@@ -284,7 +284,7 @@
 
 Once the update is complete we can render the form. Since we have not
 specified a template yet, we have to do this now. We have prepared a small and
-very simple template as part of this test:
+very simple template as part of this example:
 
   >>> import os
   >>> from zope.app.pagetemplate import viewpagetemplatefile



More information about the Checkins mailing list