Skip to content

Commit fe897eb

Browse files
committed
Wait_for_completion defaults to true
1 parent c32e3e5 commit fe897eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def reindex(self, body, params=None):
762762
copies, otherwise set to any non-negative value less than or equal
763763
to the total number of copies for the shard (number of replicas + 1)
764764
:arg wait_for_completion: Should the request should block until the
765-
reindex is complete., default Fa
765+
reindex is complete., default True
766766
"""
767767
if body in SKIP_IN_PATH:
768768
raise ValueError("Empty value passed for a required argument 'body'.")

0 commit comments

Comments
 (0)