--- a/doc/book/en/B0012-schema-definition.en.txt Wed Mar 25 14:42:44 2009 +0100
+++ b/doc/book/en/B0012-schema-definition.en.txt Wed Mar 25 16:13:23 2009 +0100
@@ -8,7 +8,7 @@
the description of attributes and relations for the defined entity type,
for example ::
- class Personne(EntityType):
+ class Person(EntityType):
"""A person with the properties and the relations necessary for my
application"""
@@ -377,10 +377,10 @@
You have to get a shell on your application ::
- cubicweb-ctl shell moninstance
+ cubicweb-ctl shell myinstance
and type ::
- add_entity_type('Personne')
+ add_entity_type('Person')
And restart your application!
--- a/doc/book/en/C012-create-instance.en.txt Wed Mar 25 14:42:44 2009 +0100
+++ b/doc/book/en/C012-create-instance.en.txt Wed Mar 25 16:13:23 2009 +0100
@@ -91,7 +91,7 @@
possible, later on, to create others users for your final web application.
When this command is completed, the definition of your instance is
-located in *~/etc/cubicweb.d/moninstance/*. To launch it, you just type ::
+located in *~/etc/cubicweb.d/myinstance/*. To launch it, you just type ::
cubicweb-ctl start -D myinstance