diff --git a/elasticsearch/client/cat.py b/elasticsearch/client/cat.py index 02f43f6d..a1982aa9 100644 --- a/elasticsearch/client/cat.py +++ b/elasticsearch/client/cat.py @@ -4,7 +4,7 @@ class CatClient(NamespacedClient): @query_params('h', 'help', 'local', 'master_timeout', 'v') def aliases(self, name=None, params=None): """ - ``_ + ``_ :arg name: A comma-separated list of alias names to return :arg h: Comma-separated list of column names to display diff --git a/elasticsearch/client/indices.py b/elasticsearch/client/indices.py index 9cd6c86d..c060b534 100644 --- a/elasticsearch/client/indices.py +++ b/elasticsearch/client/indices.py @@ -193,7 +193,7 @@ class IndicesClient(NamespacedClient): def exists(self, index, params=None): """ Return a boolean indicating whether given index exists. - ``_ + ``_ :arg index: A list of indices to check :arg allow_no_indices: Whether to ignore if a wildcard indices