Fixed typo [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-08-14 04:29:19 +03:00
parent 6ec873c75e
commit 96d8ba9e3f

View File

@ -183,7 +183,7 @@ class ClickHouseInstance:
self.client = None
self.default_timeout = 20.0 # 20 sec
# Conntects to the instance via clickhouse-client, sends a query (1st argument) and returns the answer
# Connects to the instance via clickhouse-client, sends a query (1st argument) and returns the answer
def query(self, *args, **kwargs):
return self.client.query(*args, **kwargs)