[Mpuls-commits] r5231 - in base/trunk: . mpulsweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Aug 12 15:39:49 CEST 2011


Author: bh
Date: 2011-08-12 15:39:46 +0200 (Fri, 12 Aug 2011)
New Revision: 5231

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/model/case.py
Log:
* mpulsweb/model/case.py (MpulsCase.get_value): Fix doc-string.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-08-12 11:22:45 UTC (rev 5230)
+++ base/trunk/ChangeLog	2011-08-12 13:39:46 UTC (rev 5231)
@@ -1,3 +1,7 @@
+2011-08-12  Bernhard Herzog  <bh at intevation.de>
+
+	* mpulsweb/model/case.py (MpulsCase.get_value): Fix doc-string.
+
 2011-08-11  Ludwig Reiter <ludwig.reiter at intevation.de>
 
 	* mpulsweb/lib/security.py:

Modified: base/trunk/mpulsweb/model/case.py
===================================================================
--- base/trunk/mpulsweb/model/case.py	2011-08-12 11:22:45 UTC (rev 5230)
+++ base/trunk/mpulsweb/model/case.py	2011-08-12 13:39:46 UTC (rev 5231)
@@ -658,7 +658,7 @@
         instantiated with.  If it's not in the preset dictionary, the
         formed tree is loaded.  Once the formed instance has been
         loaded, the value will always be taken from there first. Only if this
-        does not work try to lookup the value in the present dictionary
+        does not work the method takes the value from the preset dictionary.
 
         This behavior is intended as an optimization so that the case
         can be instantiated from e.g. a search result which returns the



More information about the Mpuls-commits mailing list