Merge "Correct documentation error in DeprecatedOpt"

This commit is contained in:
Zuul 2017-10-30 21:48:44 +00:00 committed by Gerrit Code Review
commit 0e9e6c06c1
1 changed files with 1 additions and 1 deletions

View File

@ -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