server/sources/__init__.py
changeset 2476 1294a6bdf3bf
parent 1977 606923dff11b
child 2493 9806571ea790
--- a/server/sources/__init__.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/server/sources/__init__.py	Fri Jul 24 14:33:37 2009 +0200
@@ -53,7 +53,7 @@
     uri = None
     # a reference to the system information helper
     repo = None
-    # a reference to the application'schema (may differs from the source'schema)
+    # a reference to the instance'schema (may differs from the source'schema)
     schema = None
 
     def __init__(self, repo, appschema, source_config, *args, **kwargs):
@@ -95,7 +95,7 @@
         return cmp(self.uri, other.uri)
 
     def set_schema(self, schema):
-        """set the application'schema"""
+        """set the instance'schema"""
         self.schema = schema
 
     def support_entity(self, etype, write=False):