diff -r 9a163d82635d -r ed83d42d1ed7 app/soc/models/base.py --- a/app/soc/models/base.py Wed Jan 28 11:26:00 2009 +0000 +++ b/app/soc/models/base.py Wed Jan 28 11:26:47 2009 +0000 @@ -49,7 +49,7 @@ _fields_cache = None def toDict(self): - """Returns a dict with all StringProperty values of this entity + """Returns a dict with all StringProperty values of this entity. """ result = {}