From 2f08273be94db6f77f0b6d79fcff79746935d0d5 Mon Sep 17 00:00:00 2001 From: Irina Date: Mon, 18 Jan 2016 18:54:08 +0800 Subject: [PATCH] Fix typo in docstrings Change 'formating' to 'formatting'. Change-Id: If48e47a674dbb454f41ee429b310d26e8404f8a2 --- neutronclient/v2_0/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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