Skip to content

Commit 017dcf1

Browse files
authored
Merge pull request elastic#676 from marcocova/fix-typo-in-elasticsearch-client
fix typo in comment (minor)
2 parents e4967a7 + 7599a24 commit 017dcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def __init__(self, hosts=None, transport_class=Transport, **kwargs):
181181

182182
def __repr__(self):
183183
try:
184-
# get a lost of all connections
184+
# get a list of all connections
185185
cons = self.transport.hosts
186186
# truncate to 10 if there are too many
187187
if len(cons) > 5:

0 commit comments

Comments
 (0)