From e1968ed95ab190e5e49df3ceeab83c9821077a32 Mon Sep 17 00:00:00 2001 From: Nick Lang Date: Fri, 17 May 2019 13:33:51 -0400 Subject: [PATCH] Update the docs for compression. Closes #955 --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index d8c01592..0e1cee40 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -262,7 +262,7 @@ Compression ~~~~~~~~~~~ When using capacity-constrained networks (low throughput), it may be handy to enable compression. This is especially useful when doing bulk loads or inserting large -documents. This will configure compression on the *request*. +documents. This will configure compression. :: from elasticsearch import Elasticsearch