goa/gaesource.py
changeset 2476 1294a6bdf3bf
parent 2102 268659907769
child 3240 8604a15995d1
--- a/goa/gaesource.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/goa/gaesource.py	Fri Jul 24 14:33:37 2009 +0200
@@ -155,7 +155,7 @@
         return rqlst
 
     def set_schema(self, schema):
-        """set the application'schema"""
+        """set the instance'schema"""
         self.interpreter = RQLInterpreter(schema)
         self.schema = schema
         if 'CWUser' in schema and not self.repo.config['use-google-auth']: