Skip to content

Commit 676e328

Browse files
authored
Merge pull request elastic#699 from ao/patch-1
Issue: 696 - crate should be corrected to create
2 parents 0ee964e + 90972e3 commit 676e328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch/transport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def add_connection(self, host):
132132

133133
def set_connections(self, hosts):
134134
"""
135-
Instantiate all the connections and crate new connection pool to hold
136-
them. Tries to identify unchanged hosts and re-use existing
135+
Instantiate all the connections and create new connection pool to hold them.
136+
Tries to identify unchanged hosts and re-use existing
137137
:class:`~elasticsearch.Connection` instances.
138138
139139
:arg hosts: same as `__init__`

0 commit comments

Comments
 (0)