Skip to content

Commit 1527177

Browse files
committed
Removing non-ascii quote
1 parent 57e585a commit 1527177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def update(self, index, doc_type, id, body=None, params=None):
413413
:arg consistency: Explicit write consistency setting for the operation,
414414
valid choices are: 'one', 'quorum', 'all'
415415
:arg detect_noop: Specifying as true will cause Elasticsearch to check
416-
if there are changes and, if there arent, turn the update request
416+
if there are changes and, if there aren't, turn the update request
417417
into a noop.
418418
:arg fields: A comma-separated list of fields to return in the response
419419
:arg lang: The script language (default: groovy)

0 commit comments

Comments
 (0)