From 9d89259f0699e77a93e07f830fafde6c0efee7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Wed, 8 Oct 2014 09:58:17 +0200 Subject: [PATCH] Non-ascii character fix --- elasticsearch/client/snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/client/snapshot.py b/elasticsearch/client/snapshot.py index 456c10e2..b53f1629 100644 --- a/elasticsearch/client/snapshot.py +++ b/elasticsearch/client/snapshot.py @@ -118,7 +118,7 @@ class SnapshotClient(NamespacedClient): def status(self, repository=None, snapshot=None, params=None): """ Return information about all currently running snapshots. By specifying - a repository name, it’s possible to limit the results to a particular + a repository name, it's possible to limit the results to a particular repository. ``_