Little change in soc.logic.hlper.request module completeRequestForRole function docstring.
Patch by: Pawel Solyga
Review by: to-be-reviewed
--- 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