Correct documentation error in DeprecatedOpt

I was reading the DeprecatedOpt code and stumbled across what
looks like a typo.

Change-Id: Id4e43f31c8acb3475cdafc64a2ee08d932529456
This commit is contained in:
Lance Bragstad 2017-10-12 13:36:33 +00:00
parent 36aded1866
commit 4a3612cfb7
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