summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-10-30 21:48:44 +0000
committerGerrit Code Review <review@openstack.org>2017-10-30 21:48:44 +0000
commit0e9e6c06c1fc5f7f3b2437222f235d468f1749ec (patch)
tree0c21a5c42762b04dc5cc4989d6bee65795f9ded2
parenta3e7f8aa172f68bafd973206c9529773bbc16672 (diff)
parent4a3612cfb7dfa3bfa8f0f469b6ac972109a6c360 (diff)
downloadoslo-config-0e9e6c06c1fc5f7f3b2437222f235d468f1749ec.tar.gz
Merge "Correct documentation error in DeprecatedOpt"
-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 9b26812..8f97af2 100644
--- a/oslo_config/cfg.py
+++ b/oslo_config/cfg.py
@@ -1194,7 +1194,7 @@ class DeprecatedOpt(object):
[group2]
opt2=val21,val22
- Then the value of "[group1]/opt1" will be ['val11', 'val12', 'val21',
+ Then the value of "[group1]/opt1" will be ['val10', 'val11', 'val21',
'val22'].
.. versionadded:: 1.2