# HG changeset patch # User Sverre Rabbelier # Date 1221166258 0 # Node ID d9543d181c370e65c0d3415260df005a32a96f80 # Parent f6abf00efc62c096fc96660862cd592a32ce0156 Bugfix, invalid syntax noticed by epydoc. diff -r f6abf00efc62 -r d9543d181c37 app/soc/models/proposal.py --- 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'.