Removing non-ascii quote

This commit is contained in:
Honza Král
2015-10-14 00:15:42 +02:00
parent 57e585a45d
commit 1527177b5c
+1 -1
View File
@@ -413,7 +413,7 @@ class Elasticsearch(object):
:arg consistency: Explicit write consistency setting for the operation,
valid choices are: 'one', 'quorum', 'all'
:arg detect_noop: Specifying as true will cause Elasticsearch to check
if there are changes and, if there arent, turn the update request
if there are changes and, if there aren't, turn the update request
into a noop.
:arg fields: A comma-separated list of fields to return in the response
:arg lang: The script language (default: groovy)