Merge "Fix misspellings in oslo.config"

This commit is contained in:
Jenkins 2014-02-09 10:24:11 +00:00 committed by Gerrit Code Review
commit ff5378e81d

View File

@ -2054,7 +2054,7 @@ class ConfigOpts(collections.Mapping):
actually a list of values (e.g. for multi opts).
:param value: the string value, or list of string values
:param opt: option defintion (instance of Opt class or it's subclasses)
:param opt: option definition (instance of Opt class or its subclasses)
:returns: converted value
"""
if opt.multi: