Bugfix, invalid syntax noticed by epydoc.
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 11 Sep 2008 20:50:58 +0000
changeset 129 d9543d181c37
parent 128 f6abf00efc62
child 130 63248d9db484
Bugfix, invalid syntax noticed by epydoc.
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'.