We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73e40be + 7f8a424 commit 4fb5f48Copy full SHA for 4fb5f48
arango/aql.py
@@ -158,7 +158,7 @@ def execute(self,
158
:type bind_vars: dict
159
:param full_count: This parameter applies only to queries with LIMIT
160
clauses. If set to True, the number of matched documents before
161
- the last LIMIT clause executed is included in teh cursor. This is
+ the last LIMIT clause executed is included in the cursor. This is
162
similar to MySQL SQL_CALC_FOUND_ROWS hint. Using this disables a
163
few LIMIT optimizations and may lead to a longer query execution.
164
:type full_count: bool
0 commit comments