app/soc/models/comment.py
changeset 2588 db306bbda381
parent 2398 3ea483cf4d59
--- a/app/soc/models/comment.py	Tue Jul 07 20:17:23 2009 -0500
+++ b/app/soc/models/comment.py	Sat Jul 11 13:56:55 2009 +0200
@@ -42,7 +42,7 @@
   #: A required many:1 relationship with a comment entity indicating
   #: the user who provided that comment.
   author = db.ReferenceProperty(reference_class=soc.models.user.User,
-                                  required=True, collection_name="commented")
+                                required=True, collection_name="commented")
 
   #: The rich textual content of this comment
   content = db.TextProperty(verbose_name=_('Content'))