From 90972e3983ae2a2bc01743a0fccba4f45b84a42b Mon Sep 17 00:00:00 2001 From: Andrew Odendaal Date: Fri, 5 Jan 2018 13:50:52 +0000 Subject: [PATCH] Update transport.py --- elasticsearch/transport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elasticsearch/transport.py b/elasticsearch/transport.py index 9d5f1c3c..04f86940 100644 --- a/elasticsearch/transport.py +++ b/elasticsearch/transport.py @@ -132,8 +132,8 @@ class Transport(object): def set_connections(self, hosts): """ - Instantiate all the connections and create new connection pool to hold - them. Tries to identify unchanged hosts and re-use existing + 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. :arg hosts: same as `__init__`