Skip to content

Commit

Permalink
fix typo in comment (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocova committed Dec 4, 2017
1 parent e4967a7 commit 7599a24
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 7599a24

Please sign in to comment.