[Checkins] SVN: z3c.form/trunk/src/z3c/form/form.txt "intentional so" doesn't parse, try to simplify the statement somewhat.

Martijn Faassen faassen at infrae.com
Sun Sep 23 12:16:03 EDT 2007


Log message for revision 79850:
  "intentional so" doesn't parse, try to simplify the statement somewhat.
  

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:10:08 UTC (rev 79849)
+++ z3c.form/trunk/src/z3c/form/form.txt	2007-09-23 16:16:02 UTC (rev 79850)
@@ -116,11 +116,11 @@
   ...     def nextURL(self):
   ...         return 'index.html'
 
-This is as simple as it gets. We explicitely define the pieces that are
-custom to every situation and let the default setup of the framework do the
-rest. Yes, this looks extremely similar to ``zope.formlib`` and it is
-intentional so, because we really like the simplicity of ``zope.formlib``'s
-way of dealing with the common use cases.
+This is as simple as it gets. We explicitely define the pieces that
+are custom to every situation and let the default setup of the
+framework do the rest. This is intentionally similar to
+``zope.formlib``, because we really like the simplicity of
+``zope.formlib``'s way of dealing with the common use cases.
 
 During the test setup we also brought up a root folder already, so let's try
 to add a new person object there. For this add form, of course, the context is



More information about the Checkins mailing list