app/soc/models/user.py
changeset 1650 51b5bc38522c
parent 1308 35b75ffcbb37
child 2345 f78caf12f32d
--- a/app/soc/models/user.py	Wed Mar 04 20:50:27 2009 +0000
+++ b/app/soc/models/user.py	Wed Mar 04 20:54:30 2009 +0000
@@ -109,7 +109,8 @@
 
   #: field storing the status of this User.
   #: valid: Is just that, it's a valid User.
-  #: invalid: This means that this User has been excluded from using the website.
+  #: invalid: This means that this User has been excluded 
+  #:          from using the website.
   status = db.StringProperty(required=True, default='valid',
       choices=['valid', 'invalid'],)
   status.help_text = ugettext(