fixed typo in comment

This commit is contained in:
James Yu
2014-01-17 21:40:52 -06:00
committed by Honza Král
parent c2611e92eb
commit 3aa6a3ffac
+1 -1
View File
@@ -65,7 +65,7 @@ class Elasticsearch(object):
:arg hosts: list of nodes we should connect to. Node should be a
dictionary ({"host": "localhost", "port": 9200}), the entire dictionary
will be passed to the :class:`~elasticsearch.Connection` class as
kwargs, or a string in the format ot ``host[:port]`` which will be
kwargs, or a string in the format of ``host[:port]`` which will be
translated to a dictionary automatically. If no value is given the
:class:`~elasticsearch.Connection` class defaults will be used.