Skip to content

Commit 227f173

Browse files
committed
fix(python): false -> False
1 parent 688c0d1 commit 227f173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/python/search_helpers.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
self,
257257
index_name: str,
258258
objects: List[Dict[str, Any]],
259-
wait_for_tasks: bool = false,
259+
wait_for_tasks: bool = False,
260260
request_options: Optional[Union[dict, RequestOptions]] = None,
261261
) -> List[BatchResponse]:
262262
"""
@@ -268,7 +268,7 @@
268268
self,
269269
index_name: str,
270270
object_ids: List[str],
271-
wait_for_tasks: bool = false,
271+
wait_for_tasks: bool = False,
272272
request_options: Optional[Union[dict, RequestOptions]] = None,
273273
) -> List[BatchResponse]:
274274
"""

0 commit comments

Comments
 (0)