Skip to content

Commit 4fb5f48

Browse files
authored
Merge pull request #133 from valentingregoire/master
Fix typo in docs
2 parents 73e40be + 7f8a424 commit 4fb5f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/aql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def execute(self,
158158
:type bind_vars: dict
159159
:param full_count: This parameter applies only to queries with LIMIT
160160
clauses. If set to True, the number of matched documents before
161-
the last LIMIT clause executed is included in teh cursor. This is
161+
the last LIMIT clause executed is included in the cursor. This is
162162
similar to MySQL SQL_CALC_FOUND_ROWS hint. Using this disables a
163163
few LIMIT optimizations and may lead to a longer query execution.
164164
:type full_count: bool

0 commit comments

Comments
 (0)