app/soc/models/role.py
changeset 481 94834a1e6c01
parent 474 0bf5af57cef9
child 533 ba3309b2fd30
--- a/app/soc/models/role.py	Fri Nov 14 06:36:42 2008 +0000
+++ b/app/soc/models/role.py	Sat Nov 15 03:12:33 2008 +0000
@@ -116,7 +116,7 @@
   #====================================================================
 
   #: Required field used as the 'public' contact mechanism for the
-  #: Role (as opposed to the user.id email address which is
+  #: Role (as opposed to the user.account email address which is
   #: kept secret).
   email = db.EmailProperty(
       required=True,