app/soc/views/helper/decorators.py
changeset 906 275d2f457c50
parent 873 cbb1d15ffe91
child 972 43018f61b481
--- a/app/soc/views/helper/decorators.py	Thu Jan 22 22:01:16 2009 +0000
+++ b/app/soc/views/helper/decorators.py	Thu Jan 22 22:02:40 2009 +0000
@@ -58,7 +58,7 @@
 
 
 def merge_params(func):
-  """Decorator that merges 'params' with self._params
+  """Decorator that merges 'params' with self._params.
   """
 
   @wraps(func)
@@ -71,7 +71,7 @@
 
 
 def check_access(func):
-  """This decorator does access checks for the specified view method
+  """This decorator does access checks for the specified view method.
 
   The rights dictionary is extracted from 'params', or, if either 'params' or
   'rights' do not exist, from self._params['rights'].