From 3fd2c1a29d9ad9d8f735d285df5f2bff9c3b2127 Mon Sep 17 00:00:00 2001 From: Andrew Odendaal Date: Fri, 5 Jan 2018 13:43:21 +0000 Subject: [PATCH] Issue: 696 `crate should be corrected to create.` as per https://github.com/elastic/elasticsearch-py/issues/696 --- elasticsearch/transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/transport.py b/elasticsearch/transport.py index a7aa6009..9d5f1c3c 100644 --- a/elasticsearch/transport.py +++ b/elasticsearch/transport.py @@ -132,7 +132,7 @@ class Transport(object): def set_connections(self, hosts): """ - Instantiate all the connections and crate new connection pool to hold + Instantiate all the connections and create new connection pool to hold them. Tries to identify unchanged hosts and re-use existing :class:`~elasticsearch.Connection` instances.