app/soc/models/task.py
changeset 391 849aa913e9c8
parent 385 6d410bf49a82
child 533 ba3309b2fd30
--- a/app/soc/models/task.py	Sun Oct 19 16:17:32 2008 +0000
+++ b/app/soc/models/task.py	Sun Oct 19 17:33:44 2008 +0000
@@ -44,9 +44,9 @@
   """
  
   #: A required many:1 relationship with the Proposal on which the
-  #: Task is based.  A Task may be based on only a single Proposal, 
+  #: Task is based.  A Task may be based on only a single Proposal,
   #: but a Proposal can be the foundation for multiple Tasks. The
-  #: back-reference in the Proposal model is a Query named 'tasks'.  
+  #: back-reference in the Proposal model is a Query named 'tasks'.
   proposal = db.ReferenceProperty(reference_class=soc.models.proposal.Proposal,
                                   required=True,
                                   collection_name="tasks")