From fe4a3a5ed05203b670e7ae7bc399b6105afbf712 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Sun, 5 May 2013 04:21:03 +0200 Subject: [PATCH] Elasticsearch is one word --- elasticsearch/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/client.py b/elasticsearch/client.py index 0bc0d28b..90af5223 100644 --- a/elasticsearch/client.py +++ b/elasticsearch/client.py @@ -21,6 +21,6 @@ def _normalize_hosts(hosts): out.append(host) return out -class ElasticSearch(object): +class Elasticsearch(object): def __init__(self, hosts=None, **kwargs): self.transport = Transport(_normalize_hosts(hosts), **kwargs)