Skip to content

Commit

Permalink
Removing duplicit id documentation.
Browse files Browse the repository at this point in the history
Fixes #177, thanks houqp!
  • Loading branch information
honzakral committed Jan 8, 2015
1 parent d3e745a commit cdd240d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions elasticsearch/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,9 @@ def create(self, index, doc_type, body, id=None, params=None):
:arg index: The name of the index
:arg doc_type: The type of the document
:arg id: Document ID
:arg body: The document
:arg consistency: Explicit write consistency setting for the operation
:arg id: Specific document ID (when the POST method is used)
:arg consistency: Explicit write consistency setting for the operation
:arg parent: ID of the parent document
:arg percolate: Percolator queries to execute while indexing the document
:arg refresh: Refresh the index after performing the operation
Expand Down

0 comments on commit cdd240d

Please sign in to comment.