app/soc/logic/models/user.py
changeset 744 cd9bf163473c
parent 722 a59eaa177562
child 862 fac7cb803aaf
--- a/app/soc/logic/models/user.py	Sun Dec 14 00:51:03 2008 +0000
+++ b/app/soc/logic/models/user.py	Mon Dec 15 00:21:26 2008 +0000
@@ -57,7 +57,7 @@
     return False
 
   def getForCurrentAccount(self):
-    """Retrieves the user entity for the currently logged in account
+    """Retrieves the user entity for the currently logged in account.
 
     If there is no user logged in, or they have no associated User
     entity, None is returend.