diff -r 7e9283731db8 -r ae74b46ea96c schema.py --- a/schema.py Fri Jul 24 14:59:54 2009 +0200 +++ b/schema.py Fri Jul 24 15:00:49 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):