Update __init__.py

Removed duplicate line in docstring.
This commit is contained in:
Rob Hudson
2013-09-27 13:35:01 +02:00
committed by Honza Kral
parent 638713daab
commit 12d7d24e4d
-1
View File
@@ -480,7 +480,6 @@ class Elasticsearch(object):
:arg index: Default index for items which don't provide one
:arg doc_type: Default document type for items which don't provide one
:arg consistency: Explicit write consistency setting for the operation
:arg doc_type: Default document type for items which don't provide one
:arg refresh: Refresh the index after performing the operation
:arg replication: Explicitly set the replication type (efault: sync)
"""