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. ``_