schemas/bootstrap.py
changeset 4535 71c86a315a9a
parent 4467 0e73d299730a
child 4570 ede247bbbf62
--- a/schemas/bootstrap.py	Wed Feb 10 08:27:23 2010 +0100
+++ b/schemas/bootstrap.py	Wed Feb 10 08:54:47 2010 +0100
@@ -115,7 +115,7 @@
 
 # not restricted since it has to be read when checking allowed transitions
 class RQLExpression(EntityType):
-    """define a rql expression used to define __permissions__"""
+    """define a rql expression used to define permissions"""
     __permissions__ = META_ETYPE_PERMS
     exprtype = String(required=True, vocabulary=['ERQLExpression', 'RRQLExpression'])
     mainvars = String(maxsize=8,