diff --git a/lib/request/inject.py b/lib/request/inject.py index 9660f9209..d14f29b3d 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -200,7 +200,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, u else: 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 # multiple entries if limitCond: