]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typo in Docstring
authorDariusz Smigiel (dasm) <smigiel.dariusz@gmail.com>
Thu, 3 Dec 2015 09:53:59 +0000 (10:53 +0100)
committerDariusz Smigiel (dasm) <smigiel.dariusz@gmail.com>
Thu, 3 Dec 2015 09:57:00 +0000 (10:57 +0100)
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

index aea79c86dfc39ccd6ecc22dc1758aef381ad7c3e..a0fffcb8bc86e14e602abb5db44cd4606bf6a86a 100644 (file)
@@ -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.