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:
Dariusz Smigiel (dasm)
2015-12-03 10:53:59 +01:00
parent 770624b13b
commit 1f8e58f538

View 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.