From 7599a248ca3c704cc8957c57de5914086644979c Mon Sep 17 00:00:00 2001 From: Marco Cova Date: Mon, 4 Dec 2017 14:56:21 +0000 Subject: [PATCH] fix typo in comment (minor) --- elasticsearch/client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 834f1d86..db4023e4 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -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: