Added missing dot to access.py.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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)