Issue: 696

`crate should be corrected to create.` as per https://github.com/elastic/elasticsearch-py/issues/696
This commit is contained in:
Andrew Odendaal
2018-01-05 13:43:21 +00:00
committed by GitHub
parent 43ddb3d56b
commit 3fd2c1a29d
+1 -1
View File
@@ -132,7 +132,7 @@ class Transport(object):
def set_connections(self, hosts): 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 them. Tries to identify unchanged hosts and re-use existing
:class:`~elasticsearch.Connection` instances. :class:`~elasticsearch.Connection` instances.