app/soc/views/helper/params.py
changeset 689 46db8c4bbffc
parent 680 7f047b2a2d3a
child 710 edb5dbb1dea7
--- a/app/soc/views/helper/params.py	Sat Dec 06 21:05:17 2008 +0000
+++ b/app/soc/views/helper/params.py	Sat Dec 06 21:27:47 2008 +0000
@@ -45,7 +45,7 @@
 
 
 def constructParams(params):
-  """Constructs a new params dictionary based on params
+  """Constructs a new params dictionary based on params.
 
   Params usage:
     The params dictionary is passed to getCreateForm and getEditForm,
@@ -258,7 +258,7 @@
   return result
 
 def getScopePattern(params):
-  """Returns the Scope pattern for this entity
+  """Returns the Scope pattern for this entity.
   """
 
   logic = params['logic']