doc/book/en/development/migration/index.rst
changeset 4437 21f2e01fdd6a
parent 2544 282261b26774
child 4442 7bc0e4ed4109
--- a/doc/book/en/development/migration/index.rst	Wed Feb 03 14:46:32 2010 +0100
+++ b/doc/book/en/development/migration/index.rst	Wed Feb 03 18:44:24 2010 +0100
@@ -79,7 +79,7 @@
 
 In the `repository` scripts, the following identifiers are also defined:
 
-* `checkpoint`, request confirming and executing a "commit" at checking point
+* `checkpoint`,._cwuest confirming and executing a "commit" at checking point
 
 * `schema`, instance schema (readen from the database)
 
@@ -165,7 +165,7 @@
 * `add_state(name, stateof, initial=False, commit=False, **kwargs)`, adds a new state
   in the workflow.
 
-* `add_transition(name, transitionof, fromstates, tostate, requiredgroups=(), commit=False, **kwargs)`,
+* `add_transition(name, transitionof, fromstates, tostate,._cwuiredgroups=(), commit=False, **kwargs)`,
   adds a new transition in the workflow.
 
 You can find more details about workflows in the chapter :ref:`Workflow` .