From 69b8023c15a562b07c73a7bfb2039e377dd21b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 2 Dec 2013 17:17:06 +0100 Subject: [PATCH] Doc fix: bulk_index -> bulk rename --- elasticsearch/client/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index fda428e7..591ea6c8 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -508,8 +508,8 @@ class Elasticsearch(object): Perform many index/delete operations in a single API call. ``_ - See the :func:`~elasticsearch.helpers.bulk_index` for a more friendly - API. + See the :func:`~elasticsearch.helpers.bulk` helper function for a more + friendly API. :arg body: The operation definition and data (action-data pairs), as either a newline separated string, or a sequence of dicts to