From 2c083b4609f613cf5686d41b0680336927a7eee9 Mon Sep 17 00:00:00 2001 From: Dongsheng Yang Date: Thu, 10 Mar 2016 19:34:05 -0500 Subject: [PATCH] typo: add a missing '}' in comment. Change-Id: Ifa1af117f129fea2ef488f7f77eb6cd8602b5a14 --- cinder/quota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/quota.py b/cinder/quota.py index 94a3bea4a37..eb29a8aeb27 100644 --- a/cinder/quota.py +++ b/cinder/quota.py @@ -532,7 +532,7 @@ class NestedDbQuotaDriver(DbQuotaDriver): :param ctxt: context used to retrieve DB values :param resource: the resource to calculate allocated value for :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: 1) the quota limits which have been "given" to it's children, in