Skip to content

Commit

Permalink
Merge pull request elastic#676 from marcocova/fix-typo-in-elasticsear…
Browse files Browse the repository at this point in the history
…ch-client

fix typo in comment (minor)
  • Loading branch information
fxdgear authored Dec 4, 2017
2 parents e4967a7 + 7599a24 commit 017dcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def __init__(self, hosts=None, transport_class=Transport, **kwargs):

def __repr__(self):
try:
# get a lost of all connections
# get a list of all connections
cons = self.transport.hosts
# truncate to 10 if there are too many
if len(cons) > 5:
Expand Down

0 comments on commit 017dcf1

Please sign in to comment.