app/soc/logic/models/work.py
changeset 499 d22e4fe8e64b
parent 481 94834a1e6c01
child 512 aae25d2b4464
--- a/app/soc/logic/models/work.py	Mon Nov 17 10:34:21 2008 +0000
+++ b/app/soc/logic/models/work.py	Mon Nov 17 10:36:35 2008 +0000
@@ -30,7 +30,7 @@
 
 
 class Logic(base.Logic):
-  """Logic methods for the Work model
+  """Logic methods for the Work model.
   """
 
   def __init__(self):
@@ -51,7 +51,7 @@
     return [fields['link_name']]
 
   def getKeyFieldNames(self):
-    """See base.Logic.getKeyFieldNames
+    """See base.Logic.getKeyFieldNames.
     """
 
     return ['link_name']