Merge pull request #676 from marcocova/fix-typo-in-elasticsearch-client

fix typo in comment (minor)
This commit is contained in:
Nick Lang
2017-12-04 13:01:19 -07:00
committed by GitHub
+1 -1
View File
@@ -181,7 +181,7 @@ class Elasticsearch(object):
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: