Bugfix, invalid syntax noticed by epydoc.
--- a/app/soc/models/proposal.py Thu Sep 11 12:06:57 2008 +0000
+++ b/app/soc/models/proposal.py Thu Sep 11 20:50:58 2008 +0000
@@ -36,7 +36,8 @@
Proposal as their foundation. This relation is implemented as the
'tasks' back-reference Query of the Task model 'proposal' reference.
- """"
+ """
+
#: Required 1:1 relationship with a Work entity that contains the
#: general "work" properties of the Proposal. The back-reference in the Work
#: model is a Query named 'proposal'.