Language typo

This commit is contained in:
Miroslav Stampar 2012-07-07 11:16:33 +02:00
parent 58f6687194
commit 2669528b24

View File

@ -200,7 +200,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, u
else: else:
limitCond = True limitCond = True
# I assume that only queries NOT containing a "LIMIT #, 1" # We assume that only queries NOT containing a "LIMIT #, 1"
# (or similar depending on the back-end DBMS) can return # (or similar depending on the back-end DBMS) can return
# multiple entries # multiple entries
if limitCond: if limitCond: