Fix some typo in logic.models.base.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Thu, 27 Nov 2008 17:22:39 +0000
changeset 596 7dd98eeba61b
parent 595 3c4d5b7d4391
child 597 66088092f849
Fix some typo in logic.models.base. Patch by: Pawel Solyga
app/soc/logic/models/base.py
--- a/app/soc/logic/models/base.py	Wed Nov 26 23:56:35 2008 +0000
+++ b/app/soc/logic/models/base.py	Thu Nov 27 17:22:39 2008 +0000
@@ -235,7 +235,7 @@
 
 
   def getIfFields(self, fields):
-    """Like getFromFieldsOr404 but returns none if not all fields are set
+    """Like getFromFieldsOr404 but returns None if not all fields are set
 
     Raises:
       out_of_band.Error if no User entity is found and all fields were set