app/soc/models/base.py
changeset 1032 ed83d42d1ed7
parent 977 d212d5f4c41a
child 1213 365b4a2df40d
--- 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 = {}