diff --git a/elasticsearch/client/cat.py b/elasticsearch/client/cat.py index 6f637741..5f2192b6 100644 --- a/elasticsearch/client/cat.py +++ b/elasticsearch/client/cat.py @@ -119,7 +119,7 @@ class CatClient(NamespacedClient): @query_params('h', 'help', 'local', 'master_timeout', 'v') def master(self, params=None): """ - Displays the master’s node ID, bound IP address, and node name. + Displays the master's node ID, bound IP address, and node name. ``_ :arg h: Comma-separated list of column names to display