Fixed copy/paste fail in docstring.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/views/models/user_self.py Fri Mar 20 14:17:10 2009 +0000
+++ b/app/soc/views/models/user_self.py Fri Mar 20 14:18:07 2009 +0000
@@ -223,7 +223,7 @@
@decorators.check_access
def roles(self, request, access_type,
page_name=None, params=None, **kwargs):
- """Displays the unhandled requests for this user.
+ """Displays the valid roles for this user.
Args:
request: the standard Django HTTP request object