From b9eafd41c6ae2d3493c15f0c37d2619b7574b1ab Mon Sep 17 00:00:00 2001 From: Andrew Ekstedt Date: Tue, 28 Nov 2017 10:12:14 -0800 Subject: [PATCH] Fix typo in docs it's => its --- docs/helpers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helpers.rst b/docs/helpers.rst index a477c6b5..16900fb5 100644 --- a/docs/helpers.rst +++ b/docs/helpers.rst @@ -10,7 +10,7 @@ API. Bulk helpers ------------ -There are several helpers for the ``bulk`` API since it's requirement for +There are several helpers for the ``bulk`` API since its requirement for specific formatting and other considerations can make it cumbersome if used directly. All bulk helpers accept an instance of ``Elasticsearch`` class and an iterable