selectors.py
branchtls-sprint
changeset 1492 53d28ac02868
parent 1474 716f0742ee7f
child 1503 5cc3afa14e4b
--- a/selectors.py	Tue Apr 28 10:10:04 2009 +0200
+++ b/selectors.py	Tue Apr 28 10:10:50 2009 +0200
@@ -404,7 +404,7 @@
 @objectify_selector
 @lltrace
 def authenticated_user(cls, req, *args, **kwargs):
-    """accept if user is anonymous"""
+    """accept if user is authenticated"""
     if req.cnx.anonymous_connection:
         return 0
     return 1