[Checkins] SVN: z3c.wizard/trunk/src/z3c/wizard/ typo, cleanup

Roger Ineichen roger at projekt01.ch
Fri Feb 24 16:14:02 UTC 2012


Log message for revision 124473:
  typo, cleanup

Changed:
  U   z3c.wizard/trunk/src/z3c/wizard/README.txt
  U   z3c.wizard/trunk/src/z3c/wizard/interfaces.py

-=-
Modified: z3c.wizard/trunk/src/z3c/wizard/README.txt
===================================================================
--- z3c.wizard/trunk/src/z3c/wizard/README.txt	2012-02-23 20:14:29 UTC (rev 124472)
+++ z3c.wizard/trunk/src/z3c/wizard/README.txt	2012-02-24 16:14:01 UTC (rev 124473)
@@ -5,18 +5,17 @@
 The goal of this package is to offer a form wizard. This implementation doesn't
 use a session. It just offers the wizard logic, the data which the wizard will
 change or add is not a part of this implementation. If you like to implement
-some additional wizard logic you probably need to use a session and collect the values
-in the different wizard steps and create and add an object in the wizard's
-``doComplete`` or ``doFinish`` or the step's ``doComplete`` method.
+some additional wizard logic you probably need to use a session and collect the
+values in the different wizard steps and create and add an object in the
+wizard's ``doComplete`` or ``doFinish`` or the step's ``doComplete`` method.
 
 All steps are available by their own url. This allows us to cache each step if
 needed. Each step url is only available if we are allowed to access a step. If
 a step is accessible depends on the conditions of each step.
 
-Since steps are adapters, we can register steps for already existing
-wizards or we can also override existing steps by registering a
-UnavailableStep step which always will return ``False`` for the
-``available`` argument.
+Since steps are adapters, we can register steps for already existing wizards or
+we can also override existing steps by registering a UnavailableStep step which
+always will return ``False`` for the ``available`` argument.
 
 If the wizard is completed we get redirected to the confirmation page. If we
 access a completed wizard again, we will get redirected to the confirmation

Modified: z3c.wizard/trunk/src/z3c/wizard/interfaces.py
===================================================================
--- z3c.wizard/trunk/src/z3c/wizard/interfaces.py	2012-02-23 20:14:29 UTC (rev 124472)
+++ z3c.wizard/trunk/src/z3c/wizard/interfaces.py	2012-02-24 16:14:01 UTC (rev 124473)
@@ -233,7 +233,7 @@
         required=False)
 
     nextStepName = zope.schema.TextLine(
-        title=u'NExt step name',
+        title=u'Next step name',
         description=u'Next step name',
         default=None,
         required=False)



More information about the checkins mailing list