From 12d7d24e4d8a35798748811ea083c9a19fe5e0e6 Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Wed, 25 Sep 2013 21:36:43 -0700 Subject: [PATCH] Update __init__.py Removed duplicate line in docstring. --- elasticsearch/client/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 752ab048..d2232a1b 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -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) """