Skip to content

Commit 05f4a65

Browse files
authored
fix: typo
1 parent 70f26ec commit 05f4a65

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
@@ -263,7 +263,7 @@ def execute(
263263
stream: Optional[bool] = None,
264264
skip_inaccessible_cols: Optional[bool] = None,
265265
max_runtime: Optional[Number] = None,
266-
fill_bock_cache: Optional[bool] = None,
266+
fill_block_cache: Optional[bool] = None,
267267
) -> Result[Cursor]:
268268
"""Execute the query and return the result cursor.
269269

0 commit comments

Comments
 (0)