Added missing dot to access.py.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 24 Jan 2009 11:10:22 +0000
changeset 950 8f59df49985b
parent 949 07fdadbd6dc7
child 951 026696e4a3af
Added missing dot to access.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/views/helper/access.py
--- a/app/soc/views/helper/access.py	Sat Jan 24 11:07:16 2009 +0000
+++ b/app/soc/views/helper/access.py	Sat Jan 24 11:10:22 2009 +0000
@@ -273,7 +273,7 @@
 
 def checkIsMyGroupAcceptedRequest(request, args, kwargs):
   """Raises an alternate HTTP response if the specified request does not exist
-     or if it's state is not group_accepted
+     or if it's state is not group_accepted.
   """
   checkAgreesToSiteToS(request, args, kwargs)