# HG changeset patch # User Denis Laxalde # Date 1381931404 -7200 # Node ID df68a28c5735a1d30c72403e0fce8783c703cb3a # Parent 769b8867f8ced399728d0c61e8b656d8cbb0a50f [book] Typo fix and rephrasing in devrepo/migration diff -r 769b8867f8ce -r df68a28c5735 doc/book/en/devrepo/migration.rst --- a/doc/book/en/devrepo/migration.rst Wed Oct 16 11:38:06 2013 +0200 +++ b/doc/book/en/devrepo/migration.rst Wed Oct 16 15:50:04 2013 +0200 @@ -46,7 +46,7 @@ Again in the directory `migration`, the file `depends.map` allows to indicate that for the migration to a particular model version, you always have to first migrate to a particular *CubicWeb* version. This file can contain comments (lines -starting by `#`) and a dependancy is listed as follows: :: +starting by `#`) and a dependency is listed as follows: :: : @@ -170,9 +170,9 @@ * `rql(rql, kwargs=None, cachekey=None, ask_confirm=True)`, executes an arbitrary RQL query, either to interrogate or update. A result set object is returned. -* `add_entity(etype, *args, **kwargs)`, adds a nes entity type of the given - type. The attribute and relation values are specified using the named and - positionned parameters. +* `add_entity(etype, *args, **kwargs)`, adds a new entity of the given type. + The attribute and relation values are specified as named positional + arguments. Workflow creation -----------------