Skip to content
Merged
2 changes: 1 addition & 1 deletion arangoasync/aql.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def response_handler(resp: Response) -> Cursor:
if not resp.is_success:
raise AQLQueryExecuteError(resp, request)
if self._executor.context == "async":
# We cannot have a cursor getting back async jobs
# We cannot have a cursor giving back async jobs
executor: NonAsyncExecutor = DefaultApiExecutor(
self._executor.connection
)
Expand Down
Loading
Loading