From 1f8e58f5385a5b4077a8c4cb160e01bb317b0cb0 Mon Sep 17 00:00:00 2001 From: "Dariusz Smigiel (dasm)" Date: Thu, 3 Dec 2015 10:53:59 +0100 Subject: [PATCH] Fix typo in Docstring One of params, described in dosctring is not consequent with param, sent to function. This patch fixes this param. Change-Id: Ie8fa630facd11d2985d3e53d6355efc973ea2166 --- neutron/quota/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/quota/__init__.py b/neutron/quota/__init__.py index aea79c86d..a0fffcb8b 100644 --- a/neutron/quota/__init__.py +++ b/neutron/quota/__init__.py @@ -110,7 +110,7 @@ class ConfDriver(object): nothing. :param context: The request context, for access checks. - :param tennant_id: The tenant_id to check quota. + :param tenant_id: The tenant_id to check quota. :param resources: A dictionary of the registered resources. :param values: A dictionary of the values to check against the quota. -- 2.45.2