Skip to content

Commit 243e214

Browse files
authored
Merge pull request elastic#1011 from bichitra95/hotfix/client_index_creat_query_params
fix error due to missing comma in between timeout and request_timeout…
2 parents 4312d9a + 66428e5 commit 243e214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elasticsearch/client/indices.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ def flush(self, index=None, params=None):
8080

8181
@query_params(
8282
"master_timeout",
83-
"timeout" "request_timeout",
83+
"timeout",
84+
"request_timeout",
8485
"wait_for_active_shards",
8586
"include_type_name",
8687
)

0 commit comments

Comments
 (0)