# HG changeset patch # User Pawel Solyga # Date 1232794578 0 # Node ID 54ee340ac14dccc7d355623365fae6255bd2b3ab # Parent 5ea2bd9e3fa668e7811830e5efab00c402b9dc9b Little change in soc.logic.hlper.request module completeRequestForRole function docstring. Patch by: Pawel Solyga Review by: to-be-reviewed diff -r 5ea2bd9e3fa6 -r 54ee340ac14d app/soc/logic/helper/request.py --- a/app/soc/logic/helper/request.py Sat Jan 24 10:19:17 2009 +0000 +++ b/app/soc/logic/helper/request.py Sat Jan 24 10:56:18 2009 +0000 @@ -26,7 +26,7 @@ def completeRequestForRole(role_entity, role_name): - """Marks the request that leads to the given role_entity as completly accepted. + """Marks the request that leads to the given role_entity as completed. Args: role_entity : A datastore entity that is either a role or a subclass of the role model