Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2669528

Browse files
committed
Language typo
1 parent 58f6687 commit 2669528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/inject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, u
200200
else:
201201
limitCond = True
202202

203-
# I assume that only queries NOT containing a "LIMIT #, 1"
203+
# We assume that only queries NOT containing a "LIMIT #, 1"
204204
# (or similar depending on the back-end DBMS) can return
205205
# multiple entries
206206
if limitCond:

0 commit comments

Comments
 (0)