A trivial typo.

(Looking at the diff I first thought this was code, but might as well
get it out of the way to reduce the noise)

Cheers,
David
Index: gnue-common/src/datasources/GConditions.py
===================================================================
--- gnue-common/src/datasources/GConditions.py	(Revision 9898)
+++ gnue-common/src/datasources/GConditions.py	(Arbeitskopie)
@@ -283,7 +283,7 @@
       result = condition.asSQL (pDict)
 
       result = 'foobar = %(p0)s'
-      pDcit  = {'p0': 'barbaz'}
+      pDict  = {'p0': 'barbaz'}
 
     @param paramDict: dictionary with all parameter values. this dictionary
       will be populated with all placeholders used in the SQL string.
_______________________________________________
Gnue-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnue-dev

Reply via email to