typo: add a missing '}' in comment.

Change-Id: Ifa1af117f129fea2ef488f7f77eb6cd8602b5a14
This commit is contained in:
Dongsheng Yang 2016-03-10 19:34:05 -05:00
parent b2579a406c
commit 2c083b4609

View File

@ -532,7 +532,7 @@ class NestedDbQuotaDriver(DbQuotaDriver):
:param ctxt: context used to retrieve DB values :param ctxt: context used to retrieve DB values
:param resource: the resource to calculate allocated value for :param resource: the resource to calculate allocated value for
:param project_tree: the project tree used to calculate allocated :param project_tree: the project tree used to calculate allocated
e.g. {'A': {'B': {'D': None}, 'C': None} e.g. {'A': {'B': {'D': None}, 'C': None}}
A project's "allocated" value depends on: A project's "allocated" value depends on:
1) the quota limits which have been "given" to it's children, in 1) the quota limits which have been "given" to it's children, in