Style fixes in soc.views.helper.redirects and soc.models.base modules.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 28 Jan 2009 11:26:47 +0000
changeset 1032 ed83d42d1ed7
parent 1031 9a163d82635d
child 1033 71ff49dbb4b6
Style fixes in soc.views.helper.redirects and soc.models.base modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/models/base.py
app/soc/views/helper/redirects.py
--- a/app/soc/models/base.py	Wed Jan 28 11:26:00 2009 +0000
+++ b/app/soc/models/base.py	Wed Jan 28 11:26:47 2009 +0000
@@ -49,7 +49,7 @@
   _fields_cache = None
 
   def toDict(self):
-    """Returns a dict with all StringProperty values of this entity
+    """Returns a dict with all StringProperty values of this entity.
     """
 
     result = {}
--- a/app/soc/views/helper/redirects.py	Wed Jan 28 11:26:00 2009 +0000
+++ b/app/soc/views/helper/redirects.py	Wed Jan 28 11:26:47 2009 +0000
@@ -138,7 +138,7 @@
 
 
 def getProcessRequestRedirect(entity, _):
-  """Returns the redirect for processing the specified request entity
+  """Returns the redirect for processing the specified request entity.
   """
 
   result = '/%s/process_request/%s/%s' % (