Little change in soc.logic.hlper.request module completeRequestForRole function docstring.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sat, 24 Jan 2009 10:56:18 +0000
changeset 945 54ee340ac14d
parent 944 5ea2bd9e3fa6
child 946 db4134853d64
Little change in soc.logic.hlper.request module completeRequestForRole function docstring. Patch by: Pawel Solyga Review by: to-be-reviewed
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