diff --git a/neutronclient/v2_0/client.py b/neutronclient/v2_0/client.py index fed5b13..7c9bd31 100644 --- a/neutronclient/v2_0/client.py +++ b/neutronclient/v2_0/client.py @@ -88,7 +88,7 @@ def exception_handler_v20(status_code, error_content): class APIParamsCall(object): - """A Decorator to support formating and tenant overriding and filters.""" + """A Decorator to support formatting and tenant overriding and filters.""" def __init__(self, function): self.function = function