diff --git a/neutronclient/v2_0/client.py b/neutronclient/v2_0/client.py index 72c280a..fe35244 100644 --- a/neutronclient/v2_0/client.py +++ b/neutronclient/v2_0/client.py @@ -1685,7 +1685,7 @@ class Client(ClientBase): @APIParamsCall def show_bandwidth_limit_rule(self, rule, policy, body=None): - """Creates a new bandwidth limit rule.""" + """Fetches information of a certain bandwidth limit rule.""" return self.get(self.qos_bandwidth_limit_rule_path % (policy, rule), body=body)