__init__.py
changeset 2476 1294a6bdf3bf
parent 2458 4d114865098f
child 2647 b0a2e779845c
--- a/__init__.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/__init__.py	Fri Jul 24 14:33:37 2009 +0200
@@ -198,7 +198,7 @@
     # abstract methods to override according to the web front-end #############
 
     def base_url(self):
-        """return the root url of the application"""
+        """return the root url of the instance"""
         raise NotImplementedError
 
     def decorate_rset(self, rset):