From ab8e60de58dcbf3096439b84f3c10242ac4702e5 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Wed, 25 Sep 2013 21:06:49 +0200 Subject: [PATCH] use ascii --- 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 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