app/soc/views/user/roles.py
changeset 499 d22e4fe8e64b
parent 482 839740b061ad
child 500 44ea4620c5c0
--- a/app/soc/views/user/roles.py	Mon Nov 17 10:34:21 2008 +0000
+++ b/app/soc/views/user/roles.py	Mon Nov 17 10:36:35 2008 +0000
@@ -36,11 +36,11 @@
   """A per-User dashboard of that User's Roles on the site.
 
   Args:
-    request: the standard django request object.
+    request: the standard django request object
     page: a soc.logic.site.page.Page object which is abstraction that combines 
       a Django view with sidebar menu info
     link_name: the User's site-unique "link_name" extracted from the URL
-    template: the template path to use for rendering the template.
+    template: the template path to use for rendering the template
 
   Returns:
     A subclass of django.http.HttpResponse with generated template.
@@ -66,11 +66,11 @@
   """A "general public" view of a User's Roles on the site.
 
   Args:
-    request: the standard django request object.
+    request: the standard django request object
     page: a soc.logic.site.page.Page object which is abstraction that combines 
       a Django view with sidebar menu info
     link_name: the User's site-unique "link_name" extracted from the URL
-    template: the template path to use for rendering the template.
+    template: the template path to use for rendering the template
 
   Returns:
     A subclass of django.http.HttpResponse with generated template.