Elasticsearch is one word
This commit is contained in:
@@ -21,6 +21,6 @@ def _normalize_hosts(hosts):
|
|||||||
out.append(host)
|
out.append(host)
|
||||||
return out
|
return out
|
||||||
|
|
||||||
class ElasticSearch(object):
|
class Elasticsearch(object):
|
||||||
def __init__(self, hosts=None, **kwargs):
|
def __init__(self, hosts=None, **kwargs):
|
||||||
self.transport = Transport(_normalize_hosts(hosts), **kwargs)
|
self.transport = Transport(_normalize_hosts(hosts), **kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user