doc/book/en/development/migration.rst
branchstable
changeset 5231 40f53867e332
parent 5150 7a9e71ee5671
--- a/doc/book/en/development/migration.rst	Tue Apr 13 19:21:20 2010 +0200
+++ b/doc/book/en/development/migration.rst	Tue Apr 13 19:22:46 2010 +0200
@@ -74,12 +74,12 @@
   if the user answers yes, false otherwise (always returns true in
   non-interactive mode)
 
-* the function `_`, it is equivalent to `unicode` allowing to flag the strings
-  to internationalize in the migration scripts.
+* `_()` is equivalent to `unicode` allowing to flag the strings to
+  internationalize in the migration scripts.
 
 In the `repository` scripts, the following identifiers are also defined:
 
-* `checkpoint`, request confirming and executing a "commit" at checking point
+* `commit(ask_confirm=True)`, request confirming and executing a "commit"
 
 * `schema`, instance schema (readen from the database)