app/soc/logic/models/base.py
changeset 317 87215136c268
parent 308 740090cd17c9
child 354 b931c74abbee
--- a/app/soc/logic/models/base.py	Mon Oct 13 21:54:51 2008 +0000
+++ b/app/soc/logic/models/base.py	Mon Oct 13 22:04:42 2008 +0000
@@ -80,7 +80,7 @@
 
     Returns:
       * None if a field is false.
-      * Eentity for supplied fields
+      * Entity for supplied fields
 
     Raises:
       out_of_band.ErrorResponse if link name is not false, but no Sponsor entity
@@ -171,7 +171,7 @@
     """Update existing entity, or create new one with supplied properties.
 
     Args:
-      properties: dictionairy with entity properties and their values
+      properties: dict with entity properties and their values
       key_name: the key_name of the entity that uniquely identifies it
 
     Returns: