# HG changeset patch # User Lennard de Rijk # Date 1235236218 0 # Node ID e484f9acf9994da84d1e8473a804a7bafdc4379c # Parent eec60d5bbe95f394f5d5616031c733709b07487a Updated comments in access.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r eec60d5bbe95 -r e484f9acf999 app/soc/views/helper/access.py --- a/app/soc/views/helper/access.py Sat Feb 21 17:05:52 2009 +0000 +++ b/app/soc/views/helper/access.py Sat Feb 21 17:10:18 2009 +0000 @@ -597,8 +597,8 @@ Raises: AccessViolationResponse: - * if no Group is found - * if the Group status is not active + * if no entity is found + * if the entity status is not active """ self.checkIsUser(django_args)