From: Dariusz Smigiel (dasm) Date: Thu, 3 Dec 2015 09:53:59 +0000 (+0100) Subject: Fix typo in Docstring X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1f8e58f5385a5b4077a8c4cb160e01bb317b0cb0;p=openstack-build%2Fneutron-build.git 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 --- 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.