server/sources/native.py
changeset 2476 1294a6bdf3bf
parent 2354 9b4bac626977
child 2493 9806571ea790
--- a/server/sources/native.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/server/sources/native.py	Fri Jul 24 14:33:37 2009 +0200
@@ -225,7 +225,7 @@
         return rqlst
 
     def set_schema(self, schema):
-        """set the application'schema"""
+        """set the instance'schema"""
         self._cache = Cache(self.repo.config['rql-cache-size'])
         self.cache_hit, self.cache_miss, self.no_cache = 0, 0, 0
         self.schema = schema