Skip to content

Commit 9f4baac

Browse files
dsanders11fxdgear
authored andcommitted
Fix typo in docstring (#956)
1 parent b6fe0d4 commit 9f4baac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elasticsearch/client/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,8 @@ def update(self, index, id, doc_type="_doc", body=None, params=None):
641641
operation visible to search, if `wait_for` then wait for a refresh
642642
to make this operation visible to search, if `false` (the default)
643643
then do nothing with refreshes., valid choices are: 'true', 'false',
644-
'wait_forarg retry_on_conflict: Specify how many times should the operation be
644+
'wait_for'
645+
:arg retry_on_conflict: Specify how many times should the operation be
645646
retried when a conflict occurs (default: 0)
646647
:arg routing: Specific routing value
647648
:arg timeout: Explicit operation timeout

0 commit comments

Comments
 (0)