Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arango/aql.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down