app/soc/views/sitemap/sidebar.py
changeset 714 3e2ce3d8057a
parent 704 8647e6b441fc
child 840 d3f9fff0860b
--- a/app/soc/views/sitemap/sidebar.py	Sun Dec 07 20:02:40 2008 +0000
+++ b/app/soc/views/sitemap/sidebar.py	Sun Dec 07 20:25:50 2008 +0000
@@ -39,7 +39,7 @@
   SIDEBAR.append(callback)
 
 def getSidebar(request):
-  """Constructs a sidebar for the specified request
+  """Constructs a sidebar for the specified request.
   """
 
   sidebar = []
@@ -100,8 +100,8 @@
   raises out_of_band.Error, the item will not be added.
 
   Args:
+    request: the django request object
     items: see above
-    request: the django request object
     params: a dict with params for this View
 
   Params usage: