summaryrefslogtreecommitdiffstats
path: root/openstack/common
diff options
context:
space:
mode:
authorZhongyue Luo <lzyeval@gmail.com>2012-01-20 01:10:58 -0500
committerMark McLoughlin <markmc@redhat.com>2012-02-20 06:36:54 +0000
commit24535fbdf57b2573105154a2f6a7535802414a7d (patch)
treeda2f667f69e1642fb787bd224ef4795cc234c3ab /openstack/common
parentadd5f08f728d85ee5cd8d184c426acc6a5d590df (diff)
downloadoslo-24535fbdf57b2573105154a2f6a7535802414a7d.tar.gz
oslo-24535fbdf57b2573105154a2f6a7535802414a7d.tar.xz
oslo-24535fbdf57b2573105154a2f6a7535802414a7d.zip
cfg: fix a small comment typo
Change-Id: I2646d7e674ef3d1759558e820f051cc5e7f3b4ae
Diffstat (limited to 'openstack/common')
-rw-r--r--openstack/common/cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/cfg.py b/openstack/common/cfg.py
index fceb9ed..4a61182 100644
--- a/openstack/common/cfg.py
+++ b/openstack/common/cfg.py
@@ -663,7 +663,7 @@ class OptGroup(object):
self.title = title
self.help = help
- self._opts = {} # dict of dicts of {opt:, override:, default:)
+ self._opts = {} # dict of dicts of (opt:, override:, default:)
self._optparse_group = None
def _register_opt(self, opt):