Skip to content

Commit 69b8023

Browse files
committed
Doc fix: bulk_index -> bulk rename
1 parent 6f6c864 commit 69b8023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch/client/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ def bulk(self, body, index=None, doc_type=None, params=None):
508508
Perform many index/delete operations in a single API call.
509509
`<http://elasticsearch.org/guide/reference/api/bulk/>`_
510510
511-
See the :func:`~elasticsearch.helpers.bulk_index` for a more friendly
512-
API.
511+
See the :func:`~elasticsearch.helpers.bulk` helper function for a more
512+
friendly API.
513513
514514
:arg body: The operation definition and data (action-data pairs), as
515515
either a newline separated string, or a sequence of dicts to

0 commit comments

Comments
 (0)