app/soc/views/models/program.py
changeset 771 0b1beae179f5
parent 770 eb2e69312953
child 777 16dcdb8f3357
--- a/app/soc/views/models/program.py	Tue Jan 06 21:21:09 2009 +0000
+++ b/app/soc/views/models/program.py	Wed Jan 07 16:49:16 2009 +0000
@@ -97,7 +97,7 @@
       fields['timeline'] = entity.timeline
     
   def _createTimelineForType(self, type):
-    """Creates and stores a timeline model for the given type of program
+    """Creates and stores a timeline model for the given type of program.
     """
     
     timelines = {'gsoc' : gsoc.models.timeline.Timeline(),