Skip to content

Commit

Permalink
Fix type in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextoumbourou committed Apr 10, 2016
1 parent ac2a869 commit 0e33c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txes2/elasticsearch.py
Expand Up @@ -30,7 +30,7 @@ def __init__(self, servers='127.0.0.1:9200', timeout=30, bulk_size=400,
querying ES.
:param bool autorefresh: should we perform index autorefresh.
:param bool persistent: use persistent connection.
:param type http_auth: optional http auth tuple in the form
:param tuple http_auth: optional http auth tuple in the form
`('username', 'password')`.
:param HTTPConnectionPool pool: optionally pass in HTTPConnectionPool
instance to use for connection pool.
Expand Down

0 comments on commit 0e33c01

Please sign in to comment.