use english example names
authorEmile Anclin <emile.anclin@logilab.fr>
Wed, 25 Mar 2009 16:13:23 +0100
changeset 1159 16a426d214ae
parent 1158 98f83f1588d7
child 1160 77bf88f01fcc
use english example names
doc/book/en/B0012-schema-definition.en.txt
doc/book/en/C012-create-instance.en.txt
--- 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