Fixed copy/paste fail in docstring.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 20 Mar 2009 14:18:07 +0000
changeset 1951 921069bcc6e1
parent 1950 27c0ea479d8a
child 1952 7c97323fd20b
Fixed copy/paste fail in docstring. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/views/models/user_self.py
--- 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