Update __init__.py

Fixed documentation to match code argument order.
This commit is contained in:
Rob Hudson
2013-10-26 14:53:01 -07:00
parent 568ed079d1
commit d4eba59e3a
+1 -1
View File
@@ -153,8 +153,8 @@ class Elasticsearch(object):
:arg index: The name of the index
:arg doc_type: The type of the document
:arg id: Document ID
:arg body: The document
:arg id: Document ID
:arg consistency: Explicit write consistency setting for the operation
:arg op_type: Explicit operation type (default: index)
:arg parent: ID of the parent document