Fixed a typo in getRightsChecker docstring
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 18 Sep 2009 22:11:13 +0200
changeset 2963 e03e203130a6
parent 2962 05014496b8f9
child 2964 d538ef1b5964
Fixed a typo in getRightsChecker docstring
app/soc/modules/core.py
--- a/app/soc/modules/core.py	Fri Sep 18 22:08:50 2009 +0200
+++ b/app/soc/modules/core.py	Fri Sep 18 22:11:13 2009 +0200
@@ -221,7 +221,7 @@
     return sorted(sidebar, key=lambda x: x.get('group'))
 
   def getRightsChecker(self, prefix):
-    """Returns a rights checker for this site.
+    """Returns a rights checker for the specified prefix.
     """
 
     from soc.logic import rights as rights_logic