summaryrefslogtreecommitdiff
path: root/oslo/config/cfg.py
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2014-02-24 15:44:16 +0900
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>2014-02-24 15:45:15 +0900
commit076d828efbb88d97459bcf201015227b6f9c5898 (patch)
tree43c5376aa0424c80605cd950eea995465f54a1ef /oslo/config/cfg.py
parent482e276a0bde9f3d8bc389e9287f1f47fcaa9c81 (diff)
downloadoslo-config-076d828efbb88d97459bcf201015227b6f9c5898.tar.gz
Fix a whitespace in a comment
Change-Id: I1044f278eb0159be56d4b7564e140180c8c8441a
Diffstat (limited to 'oslo/config/cfg.py')
-rw-r--r--oslo/config/cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo/config/cfg.py b/oslo/config/cfg.py
index ca41e58..eef6e66 100644
--- a/oslo/config/cfg.py
+++ b/oslo/config/cfg.py
@@ -771,7 +771,7 @@ class DeprecatedOpt(object):
cfg.DeprecatedOpt('oldfoo2', group='oldgroup2')]
cfg.CONF.register_group(cfg.OptGroup('blaa'))
cfg.CONF.register_opt(cfg.StrOpt('foo', deprecated_opts=oldopts),
- group='blaa')
+ group='blaa')
Multi-value options will return all new and deprecated
options. For single options, if the new option is present