Skip to content

Commit 3aa6a3f

Browse files
James Yuhonzakral
authored andcommitted
fixed typo in comment
1 parent c2611e9 commit 3aa6a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(self, hosts=None, transport_class=Transport, **kwargs):
6565
:arg hosts: list of nodes we should connect to. Node should be a
6666
dictionary ({"host": "localhost", "port": 9200}), the entire dictionary
6767
will be passed to the :class:`~elasticsearch.Connection` class as
68-
kwargs, or a string in the format ot ``host[:port]`` which will be
68+
kwargs, or a string in the format of ``host[:port]`` which will be
6969
translated to a dictionary automatically. If no value is given the
7070
:class:`~elasticsearch.Connection` class defaults will be used.
7171

0 commit comments

Comments
 (0)