app/soc/logic/models/program.py
changeset 784 23eaf3aa19b1
parent 778 bc13cd968946
child 1051 c532dd9def48
--- a/app/soc/logic/models/program.py	Thu Jan 08 20:09:24 2009 +0000
+++ b/app/soc/logic/models/program.py	Thu Jan 08 20:27:21 2009 +0000
@@ -32,7 +32,7 @@
 
 
 class Logic(base.Logic):
-  """Logic methods for the Program model
+  """Logic methods for the Program model.
   """
 
   TIMELINE_LOGIC = {'gsoc' : gsoc.logic.models.timeline.logic,