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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user