devtools/fill.py
changeset 2476 1294a6bdf3bf
parent 2118 0012d997b992
child 3541 63ba0a669c4f
--- a/devtools/fill.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/devtools/fill.py	Fri Jul 24 14:33:37 2009 +0200
@@ -225,7 +225,7 @@
     :param etype: the entity's type
 
     :type schema: cubicweb.schema.Schema
-    :param schema: the application schema
+    :param schema: the instance schema
 
     :type entity_num: int
     :param entity_num: the number of entities to insert
@@ -325,7 +325,7 @@
 def make_relations_queries(schema, edict, cursor, ignored_relations=(),
                            existingrels=None):
     """returns a list of generated RQL queries for relations
-    :param schema: The application schema
+    :param schema: The instance schema
 
     :param e_dict: mapping between etypes and eids