We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd2c1a commit 90972e3Copy full SHA for 90972e3
elasticsearch/transport.py
@@ -132,8 +132,8 @@ def add_connection(self, host):
132
133
def set_connections(self, hosts):
134
"""
135
- Instantiate all the connections and create new connection pool to hold
136
- 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
137
:class:`~elasticsearch.Connection` instances.
138
139
:arg hosts: same as `__init__`
0 commit comments