From 647461fd566eceb14f3efd0fbb52d14ec871ce55 Mon Sep 17 00:00:00 2001 From: Kiseok Kim Date: Thu, 31 Dec 2015 15:27:43 +0900 Subject: [PATCH] Update index.rst Fix typo. --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 0e1d77ce..d254959f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -222,8 +222,8 @@ bodies via post:: from elasticsearch import Elasticsearch es = Elasticsearch(send_get_body_as='POST') -Running with AWS Elasticsearc service -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Running with AWS Elasticsearch service +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you want to use this client with IAM based authentication on AWS you can use the `requests-aws4auth`_ package::