Skip to content

Commit

Permalink
Improve doc slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextoumbourou committed Apr 10, 2016
1 parent a84c2ab commit 85e1788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions txes2/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def __init__(self, servers='127.0.0.1:9200', timeout=30, bulk_size=400,
default_indexes=None, autorefresh=False, *args, **kwargs):
"""
:param servers: either a single ES server URL or list of servers.
If you don't provide a scheme in the url (``https://``)
then the request will use HTTP by default.
If you don't provide a scheme (eg `https://`) then the
request will use HTTP by default.
:param int timeout: connection timeout in seconds.
:param int bulk_size: how much bulk data to accumulate before indexing
(when indexing in bulk).
Expand Down

0 comments on commit 85e1788

Please sign in to comment.