fix typo in comment (minor)

This commit is contained in:
Marco Cova
2017-12-04 15:07:48 +00:00
committed by Marco Cova
parent e4967a7c76
commit 7599a248ca
+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: