From 1527177b5ca4c6692b181e2ccbe672764be31d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Wed, 14 Oct 2015 00:15:42 +0200 Subject: [PATCH] Removing non-ascii quote --- elasticsearch/client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 7528aeb4..773bd7dd 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -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 aren’t, 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)