diff -r 05014496b8f9 -r e03e203130a6 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