From 21291b0adac6713b0da25034f8197ea772d595e1 Mon Sep 17 00:00:00 2001 From: valentingregoire <32612304+valentingregoire@users.noreply.github.com> Date: Fri, 19 Jun 2020 22:45:36 +0200 Subject: [PATCH] Update aql.py Fixed small typo. --- arango/aql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arango/aql.py b/arango/aql.py index c7d82fb1..9f745423 100644 --- a/arango/aql.py +++ b/arango/aql.py @@ -158,7 +158,7 @@ def execute(self, :type bind_vars: dict :param full_count: This parameter applies only to queries with LIMIT clauses. If set to True, the number of matched documents before - the last LIMIT clause executed is included in teh cursor. This is + the last LIMIT clause executed is included in the cursor. This is similar to MySQL SQL_CALC_FOUND_ROWS hint. Using this disables a few LIMIT optimizations and may lead to a longer query execution. :type full_count: bool