diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 7ab271b7..462c9608 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -385,7 +385,7 @@ class Elasticsearch(object): """ The explain api computes a score explanation for a query and a specific document. This can give useful feedback whether a document matches or - didn’t match a specific query. + didn't match a specific query. ``_ :arg index: The name of the index