schema.py
changeset 2476 1294a6bdf3bf
parent 2460 ce1a7ffc6c90
child 2526 40e41eb34a7d
--- a/schema.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/schema.py	Fri Jul 24 14:33:37 2009 +0200
@@ -401,7 +401,7 @@
 
 
     :type name: str
-    :ivar name: name of the schema, usually the application identifier
+    :ivar name: name of the schema, usually the instance identifier
 
     :type base: str
     :ivar base: path of the directory where the schema is defined
@@ -856,7 +856,7 @@
 
 class CubicWebSchemaLoader(BootstrapSchemaLoader):
     """cubicweb specific schema loader, automatically adding metadata to the
-    application's schema
+    instance's schema
     """
 
     def load(self, config, **kwargs):