app/soc/logic/models/base.py
changeset 961 36a90d0e9211
parent 723 69e5130e4a0a
child 970 8b5611d5b053
--- a/app/soc/logic/models/base.py	Sat Jan 24 14:14:11 2009 +0000
+++ b/app/soc/logic/models/base.py	Sat Jan 24 14:14:14 2009 +0000
@@ -310,7 +310,7 @@
     """Returns all entities that have the specified properties.
 
     Args:
-      properties: the properties that the entity should have
+      filter: a dict for the properties that the entities should have
       unique: if set, only the first item from the resultset will be returned
     """