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.
2 parents 0ee964e + 90972e3 commit 676e328Copy full SHA for 676e328
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 crate 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